summaryrefslogtreecommitdiffstats
path: root/js/tests/unit/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/.eslintrc.json')
-rw-r--r--js/tests/unit/.eslintrc.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json
new file mode 100644
index 0000000..6362a1a
--- /dev/null
+++ b/js/tests/unit/.eslintrc.json
@@ -0,0 +1,13 @@
+{
+ "extends": [
+ "../../../.eslintrc.json"
+ ],
+ "env": {
+ "jasmine": true
+ },
+ "rules": {
+ "unicorn/consistent-function-scoping": "off",
+ "unicorn/no-useless-undefined": "off",
+ "unicorn/prefer-add-event-listener": "off"
+ }
+}