zhangyanpeng
2024-08-04 d0fab39db8c50fb72d7311b0d4c80e475af47c76
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "env": {
    "browser": true,
    "node": true
  },
  "globals": {
    "chrome": true
  },
  "rules": {
    "no-console": 0,
    "no-empty": [1, { "allowEmptyCatch": true }]
  },
  "extends": "eslint:recommended"
}