aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/react-router/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/vendor/react-router/eslint.json')
-rw-r--r--web/src/vendor/react-router/eslint.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/web/src/vendor/react-router/eslint.json b/web/src/vendor/react-router/eslint.json
deleted file mode 100644
index 2035fb08..00000000
--- a/web/src/vendor/react-router/eslint.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "env": {
- "browser": true,
- "node": true
- },
- "rules": {
- "quotes": 0,
- "no-comma-dangle": 2,
- "no-underscore-dangle": 0,
- "curly": 0,
- "strict": 0,
- "no-use-before-define": 0,
- "no-cond-assign": 0,
- "consistent-return": 0,
- "new-cap": 0,
- "no-unused-vars": 0
- }
-}