Merge branch 'release/21.49.0' into master
[gitter.git] / modules / push-notifications / .eslintrc.json
blob9dd7949473b1d03f7b49a7c991d02cbaf1f29268
2   "env": {
3     "commonjs": true,
4     "node": true,
5     "mocha": true
6   },
7   "plugins": [
8     "mocha"
9   ],
10   "rules": {
11     "mocha/no-exclusive-tests": "error",
12     "max-nested-callbacks": [
13       "error",
14       10
15     ],
16     "node/no-unpublished-require": "off"
17   }