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

12 lines
186 B
JSON
Raw Normal View History

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