Merge "Enable jquery/no-(show/hide/toggle) rules"

This commit is contained in:
jenkins-bot 2018-11-30 19:38:49 +00:00 committed by Gerrit Code Review
commit cb5608693a

View file

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