Gitter migration: Setup redirects (rollout pt. 3)
[gitter.git] / modules / spam-detection / test / .eslintrc.json
blob21cc07b4a3257624114d14c508053887c8be3626
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     "node/no-unpublished-require": "off"
13   }