aboutsummaryrefslogtreecommitdiff
path: root/node_modules/debug/.eslintrc
blob: 8a37ae2c2e5a35db74b4607b4c74e0f4fe39a3e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "env": {
    "browser": true,
    "node": true
  },
  "rules": {
    "no-console": 0,
    "no-empty": [1, { "allowEmptyCatch": true }]
  },
  "extends": "eslint:recommended"
}