aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-26 15:13:59 +0200
committerXhmikosR <[email protected]>2019-03-11 17:01:28 +0200
commit5bcd6a29cd347657889709f54af90c45d969758b (patch)
tree36d1f0de1772f1d2bce034e74d8165ecc17cce7d /js
parent46c037410b8c7eaab3cf50a5cf44093aa2fd41f4 (diff)
downloadbootstrap-5bcd6a29cd347657889709f54af90c45d969758b.tar.xz
bootstrap-5bcd6a29cd347657889709f54af90c45d969758b.zip
Disable a few rules for now.
Diffstat (limited to 'js')
-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 cafe9c04e..c8b3c9170 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"
}
}