mediawiki-skins-MinervaNeue/tests/qunit/.eslintrc.json

13 lines
209 B
JSON
Raw Normal View History

{
"root": true,
"extends": [
"../../resources/.eslintrc.json",
"wikimedia/qunit"
],
"rules": {
"no-jquery/no-parse-html-literal": "off",
"no-restricted-properties": "off",
"no-var": "error"
}
}