mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-14 19:31:55 +00:00
5a5d351aaf
Change-Id: Ib52195a49c7333ab0cc8a703f987126cfc4e603e
16 lines
221 B
JSON
16 lines
221 B
JSON
{
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"browser": true,
|
|
"jquery": true
|
|
},
|
|
"globals": {
|
|
"mediaWiki": false,
|
|
"OO": false
|
|
},
|
|
"rules": {
|
|
"dot-notation": [ "error", { "allowKeywords": true } ],
|
|
"max-len": 0
|
|
}
|
|
}
|