Remaining JS linting TODO (#29289)

* Enable and fix all occurrences with no-mixed-operators rule
* Take care of the max-depth warning in button.js

Signed-off-by: mhatvan <markus_hatvan@aon.at>
This commit is contained in:
Markus Hatvan 2019-08-22 21:17:34 +02:00 committed by XhmikosR
parent 6885d65578
commit 4d101491da
6 changed files with 25 additions and 27 deletions

View file

@ -27,7 +27,7 @@
"always-multiline"
],
"new-cap": "off",
"no-mixed-operators": "off",
"no-mixed-operators": "error",
"object-curly-spacing": [
"error",
"always"