wiki.techinc.nl/tests/qunit/.eslintrc.json
Ed Sanders 2743c1ce9f Tests: Autofix ESLint rule exceptions
Change-Id: I7b8b4d7a549dd33315d9a8f96b0d75e1f9ff95b1
2020-06-15 21:55:47 +01:00

13 lines
198 B
JSON

{
"extends": [
"wikimedia/qunit",
"../../.eslintrc.json"
],
"globals": {
"sinon": "readonly"
},
"rules": {
"qunit/resolve-async": "off",
"no-jquery/no-parse-html-literal": "off"
}
}