diff options
| author | Markus Hatvan <[email protected]> | 2019-08-22 21:17:34 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-22 22:17:34 +0300 |
| commit | 4d101491da094418a768ff2f44be1ca85fd85922 (patch) | |
| tree | dd6e4fe48b96df3cf4fe4f01839d1dd1aec8e0b2 /.eslintrc.json | |
| parent | 6885d65578b4938f3a8fdf1de65946c79415b94d (diff) | |
| download | bootstrap-4d101491da094418a768ff2f44be1ca85fd85922.tar.xz bootstrap-4d101491da094418a768ff2f44be1ca85fd85922.zip | |
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 <[email protected]>
Diffstat (limited to '.eslintrc.json')
| -rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index c4ae0d667..54e952e36 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" |
