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/js/tests
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 /js/tests
parent0b12f61e3c49b59ef9f6bbf6863849be6d504d18 (diff)
Update eslint config for the new xo rules.
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json
index c8b3c9170c..27b29e2eca 100644
--- a/js/tests/unit/.eslintrc.json
+++ b/js/tests/unit/.eslintrc.json
@@ -54,7 +54,10 @@
"strict": "error",
"unicorn/filename-case": "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/prevent-abbreviations": "off"
}
}