Merge branch 'release/21.49.0' into master
[gitter.git] / modules / test-utils / .eslintrc.json
blob05451c6ea7551172f96936a9bc3565d6ed1fefbf
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     "node/no-missing-require": "off"
18   }