mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
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:
+1
-1
@@ -27,7 +27,7 @@
|
||||
"always-multiline"
|
||||
],
|
||||
"new-cap": "off",
|
||||
"no-mixed-operators": "off",
|
||||
"no-mixed-operators": "error",
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
|
||||
Reference in New Issue
Block a user