{
	"root": true,

	"extends": "@ljharb",

	"globals": {
		"globalThis": false,
	},

	"rules": {
		"max-statements-per-line": [2, { "max": 2 }]
	}
}