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.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/webapp/tests/.eslintrc.json b/webapp/tests/.eslintrc.json
deleted file mode 100644
index 37f08e664..000000000
--- a/webapp/tests/.eslintrc.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "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
- },
- "env": {
- "jest": true
- }
-}