Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Hatvan <markus_hatvan@aon.at>2019-08-22 22:17:34 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-22 22:17:34 +0300
commit4d101491da094418a768ff2f44be1ca85fd85922 (patch)
treedd6e4fe48b96df3cf4fe4f01839d1dd1aec8e0b2 /.eslintrc.json
parent6885d65578b4938f3a8fdf1de65946c79415b94d (diff)
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>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index c4ae0d667f..54e952e360 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -27,7 +27,7 @@
"always-multiline"
],
"new-cap": "off",
- "no-mixed-operators": "off",
+ "no-mixed-operators": "error",
"object-curly-spacing": [
"error",
"always"