summaryrefslogtreecommitdiffstats
path: root/webapp/tests/.eslintrc.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-09-06 23:04:13 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 23:11:58 -0700
commitd8bd57901e33a7057e26e782e295099ffcc0da89 (patch)
treee12dfc8cad42b1576756d19d7fbfd82646a009bf /webapp/tests/.eslintrc.json
parent7bc8e9a08dfde56387f946fdf5086252aa4d0491 (diff)
downloadchat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.gz
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.bz2
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.zip
Removing webapp
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
- }
-}