aboutsummaryrefslogtreecommitdiff
path: root/node_modules/debug/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/debug/.eslintrc')
-rw-r--r--node_modules/debug/.eslintrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/debug/.eslintrc b/node_modules/debug/.eslintrc
deleted file mode 100644
index 8a37ae2c2..000000000
--- a/node_modules/debug/.eslintrc
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "env": {
- "browser": true,
- "node": true
- },
- "rules": {
- "no-console": 0,
- "no-empty": [1, { "allowEmptyCatch": true }]
- },
- "extends": "eslint:recommended"
-}