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 'js/tests/unit/.eslintrc.json')
-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 cafe9c04e5..c8b3c9170c 100644
--- a/js/tests/unit/.eslintrc.json
+++ b/js/tests/unit/.eslintrc.json
@@ -42,6 +42,7 @@
"error",
"always-multiline"
],
+ "new-cap": "off",
"object-curly-spacing": [
"error",
"always"
@@ -52,6 +53,8 @@
],
"strict": "error",
"unicorn/filename-case": "off",
- "unicorn/no-unused-properties": "error"
+ "unicorn/no-unused-properties": "error",
+ "unicorn/prefer-node-append": "off",
+ "unicorn/prefer-query-selector": "off"
}
}