{
	"root": true,
	"extends": [
		"../../modules/.eslintrc.json",
		"wikimedia/qunit"
	],
	"globals": {
		"sinon": "readonly"
	},
	"rules": {
		"no-jquery/no-class-state": "off",
		"no-jquery/no-done-fail": "warn"
	}
}
