mediawiki-extensions-Popups/tests/node-qunit/.eslintrc.json

12 lines
169 B
JSON
Raw Permalink Normal View History

{
"root": true,
"extends": [
"../../src/.eslintrcshared",
"wikimedia/qunit"
],
"rules": {
"no-jquery/no-class-state": "off",
"es-x/no-hashbang": "warn"
}
}