mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
23 lines
327 B
JSON
23 lines
327 B
JSON
|
{
|
||
|
"extends": "wikimedia",
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"jquery": true,
|
||
|
"qunit": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"ve": true,
|
||
|
"VisualEditorSupportCheck": false,
|
||
|
"OO": false,
|
||
|
"unicodeJS": false,
|
||
|
"RangeFix": false,
|
||
|
"Papa": false,
|
||
|
"mw": false
|
||
|
},
|
||
|
"rules": {
|
||
|
"dot-notation": 0,
|
||
|
"wrap-iife": 0,
|
||
|
"valid-jsdoc": 0
|
||
|
}
|
||
|
}
|