{
	"root": true,

	"extends": "@ljharb",

	"env": {
		"browser": true,
		"node": true,
	},

	"rules": {
		"id-length": "off",
	},
}