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-03-30 18:36:54 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-04-10 15:18:57 +0300
commit105687ac4a7c13b854a8039db1665489edf37c5e (patch)
tree1da9bd4b6d37b3d6d2031ae0ef7c59d16d9e2995 /.eslintrc.json
parent0b12f61e3c49b59ef9f6bbf6863849be6d504d18 (diff)
Update eslint config for the new xo rules.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index e0fa201bc1..e61dc1741e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -47,7 +47,11 @@
"unicorn/filename-case": "off",
"unicorn/import-index": "off",
"unicorn/no-unused-properties": "error",
+ "unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
- "unicorn/prefer-query-selector": "off"
+ "unicorn/prefer-node-remove": "off",
+ "unicorn/prefer-query-selector": "off",
+ "unicorn/prefer-text-content": "off",
+ "unicorn/prevent-abbreviations": "off"
}
}