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
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-03-30 18:36:54 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-04-10 15:18:57 +0300
commit105687ac4a7c13b854a8039db1665489edf37c5e (patch)
tree1da9bd4b6d37b3d6d2031ae0ef7c59d16d9e2995 /site
parent0b12f61e3c49b59ef9f6bbf6863849be6d504d18 (diff)
Update eslint config for the new xo rules.
Diffstat (limited to 'site')
-rw-r--r--site/.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 0cf2585505..8cda59ae28 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -32,6 +32,9 @@
"never"
],
"strict": "error",
- "unicorn/prefer-query-selector": "off"
+ "unicorn/prefer-includes": "off",
+ "unicorn/prefer-node-append": "off",
+ "unicorn/prefer-query-selector": "off",
+ "unicorn/prevent-abbreviations": "off"
}
}