mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-12-19 02:00:40 +00:00
19 lines
232 B
JSON
19 lines
232 B
JSON
|
{
|
||
|
"extends": "wikimedia",
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"jquery": true,
|
||
|
"qunit": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"ve": true,
|
||
|
"OO": false,
|
||
|
"mw": false,
|
||
|
"mediaWiki": false
|
||
|
},
|
||
|
"rules": {
|
||
|
"dot-notation": 0,
|
||
|
"wrap-iife": 0
|
||
|
}
|
||
|
}
|