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, 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"