{
	"extends": "../.eslintrc.json",
	"env": {
		"qunit": true
	},
	"globals": {
		"sinon": false
	},
	"rules": {
		"array-bracket-spacing": "off",
		"dot-notation": "off",
		"no-implicit-coercion": "off"
	}
}
