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

11 lines
161 B
JSON
Raw Normal View History

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