mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-30 17:54:20 +00:00
17 lines
224 B
JSON
17 lines
224 B
JSON
|
{
|
||
|
"root": true,
|
||
|
"extends": [
|
||
|
"../../modules/.eslintrc.json",
|
||
|
"wikimedia/qunit"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"env": {
|
||
|
"commonjs": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-jquery/no-class-state": "off"
|
||
|
}
|
||
|
}
|