mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-15 03:35:58 +00:00
2112538387
Change-Id: I3a50982ee652c4c1c9b357c793e07cccf014e261
19 lines
245 B
JSON
19 lines
245 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery"
|
|
],
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"globals": {
|
|
"mw": "readonly",
|
|
"OO": "readonly"
|
|
},
|
|
"rules": {
|
|
"max-len": "off",
|
|
"no-jquery/no-global-selector": "off"
|
|
}
|
|
}
|