aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qunit/.eslintrc.json
blob: a1bd20abd1760bf18c0c9c03b3d4efb3521e77c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"extends": [
		"wikimedia/qunit",
		"../../.eslintrc.json"
	],
	"env": {
		"qunit": true
	},
	"globals": {
		"sinon": false
	},
	"rules": {
		"operator-linebreak": 0,
		"quote-props": [ "error", "as-needed" ],
		"valid-jsdoc": 0,
		"qunit/require-expect": 0,
		"qunit/resolve-async": 0
	}
}