mediawiki-extensions-WikiEd.../.eslintrc.json

19 lines
245 B
JSON
Raw Normal View History

{
"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"
}
}