mediawiki-extensions-Multim.../.eslintrc.json
James D. Forrester 9b826f022e build: Lint the rest of our JS, and make pass
Change-Id: I660bba75d2637ac67a1f7920d40e051ed67d1d45
2019-05-08 14:28:06 -07:00

20 lines
320 B
JSON

{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery"
],
"globals": {
"OO": false,
"mw": false
},
"rules": {
"max-len": "off",
"max-statements-per-line": "off",
"no-jquery/no-noop": "off",
"no-jquery/no-now": "off",
"no-jquery/no-proxy": "off",
"no-jquery/no-support": "off"
}
}