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:
authorXhmikosR <xhmikosr@gmail.com>2019-09-17 21:34:53 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-09-24 13:09:25 +0300
commit84861ceadbb09ada3598a632fd0f5e1cc80b0e7a (patch)
tree5f29bd46e59040e5422daa292aeca5c9f91276c2 /.eslintrc.json
parent90c5de151be15815469a07b2c7aa4ab0c01f2a86 (diff)
.eslintrc.json: Remove a couple of default rules.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 54e952e360..32139dfe9a 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"