summaryrefslogtreecommitdiff
path: root/js/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/eslint.json')
-rw-r--r--js/eslint.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/js/eslint.json b/js/eslint.json
deleted file mode 100644
index 42ba06f..0000000
--- a/js/eslint.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "env": {
- "browser": false,
- "node": true,
- },
- "rules": {
- "no-constant-condition": false,
- "no-underscore-dangle": false,
- "camelcase": false,
- "quotes": false,
- "no-process-exit": false,
- "no-empty": false,
- "new-caps": {
- "newIsCap": true,
- "capIsNew": true,
- "newIsCapExceptions": [],
- "capIsNewExceptions": []
- }
- }
-}