summaryrefslogtreecommitdiffstats
path: root/webapp/tests/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/.eslintrc.json')
-rw-r--r--webapp/tests/.eslintrc.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/webapp/tests/.eslintrc.json b/webapp/tests/.eslintrc.json
new file mode 100644
index 000000000..c2d57abea
--- /dev/null
+++ b/webapp/tests/.eslintrc.json
@@ -0,0 +1,12 @@
+{
+ "rules": {
+ "no-console": 0,
+ "global-require": 0,
+ "func-names": 0,
+ "prefer-arrow-callback": 0,
+ "no-magic-numbers": 0,
+ "no-unreachable": 0,
+ "new-cap": 0,
+ "max-nested-callbacks": 0
+ }
+}