mediawiki-extensions-Visual.../.eslintrc.json
James D. Forrester 3c6ca93b92 build: Enable and make pass no-prototype-builtins
Including a spectacular whoops in MWGalleryDialog.

Change-Id: Id9863f6dc3701cb0df6684380fa5ecac4526d37d
2018-07-06 10:58:18 -07:00

23 lines
365 B
JSON

{
"extends": "wikimedia",
"env": {
"browser": true,
"jquery": true
},
"globals": {
"ve": true,
"VisualEditorSupportCheck": false,
"OO": false,
"unicodeJS": false,
"RangeFix": false,
"Papa": false,
"mw": false,
"require": false
},
"rules": {
"dot-notation": [ "error", { "allowKeywords": true } ],
"max-len": 0,
"valid-jsdoc": 0
}
}