Merge branch 'hotfix/21.56.1' into master
[gitter.git] / scripts / .eslintrc.json
blob9df3836b2a5278a4ed0ce07a6c24fdbb49035bf1
2   "env": {
3     "commonjs": true,
4     "node": true
5   },
6   "rules": {
7     "no-console": [
8       "error",
9       {
10         "allow": [
11           "warn",
12           "error",
13           "log"
14         ]
15       }
16     ]
17   }