diff options
| author | XhmikosR <[email protected]> | 2019-09-17 21:34:53 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-09-24 13:09:25 +0300 |
| commit | 84861ceadbb09ada3598a632fd0f5e1cc80b0e7a (patch) | |
| tree | 5f29bd46e59040e5422daa292aeca5c9f91276c2 | |
| parent | 90c5de151be15815469a07b2c7aa4ab0c01f2a86 (diff) | |
| download | bootstrap-84861ceadbb09ada3598a632fd0f5e1cc80b0e7a.tar.xz bootstrap-84861ceadbb09ada3598a632fd0f5e1cc80b0e7a.zip | |
.eslintrc.json: Remove a couple of default rules.
| -rw-r--r-- | .eslintrc.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 54e952e36..32139dfe9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,18 +27,10 @@ "always-multiline" ], "new-cap": "off", - "no-mixed-operators": "error", "object-curly-spacing": [ "error", "always" ], - "prefer-destructuring": [ - "error", - { - "object": true, - "array": false - } - ], "semi": [ "error", "never" |
