mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Enable jquery/no-(show/hide/toggle) rules"
This commit is contained in:
commit
cb5608693a
|
@ -14,7 +14,10 @@
|
|||
"require": false
|
||||
},
|
||||
"rules": {
|
||||
"max-len": 0,
|
||||
"valid-jsdoc": 0
|
||||
"jquery/no-hide": "error",
|
||||
"jquery/no-show": "error",
|
||||
"jquery/no-toggle": "error",
|
||||
"max-len": "off",
|
||||
"valid-jsdoc": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue