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:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 384bfcbbce..e0fa201bc1 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -26,6 +26,8 @@
"error",
"always-multiline"
],
+ "new-cap": "off",
+ "no-mixed-operators": "off",
"object-curly-spacing": [
"error",
"always"
@@ -41,7 +43,11 @@
"error",
"never"
],
+ "unicorn/explicit-length-check": "off",
"unicorn/filename-case": "off",
- "unicorn/no-unused-properties": "error"
+ "unicorn/import-index": "off",
+ "unicorn/no-unused-properties": "error",
+ "unicorn/prefer-node-append": "off",
+ "unicorn/prefer-query-selector": "off"
}
}