mediawiki-extensions-Relate.../.eslintrc.json

19 lines
239 B
JSON
Raw Normal View History

{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery"
],
"env": {
"commonjs": true
},
"globals": {
"mw": false,
"OO": false
},
"rules": {
"max-len": "off",
"no-jquery/no-parse-html-literal": "warn"
}
}