Gitter migration: Setup redirects (rollout pt. 3)
[gitter.git] / modules / serialization / test / .eslintrc.json
blob41394b8e20d05e19e30521d313d2b5e8b8ca9f1b
2   "env": {
3     "commonjs": true,
4     "node": true,
5     "mocha": true
6   },
7   "plugins": [
8     "mocha"
9   ],
10   "rules": {
11     "node/no-unpublished-require": "off",
12     "mocha/no-exclusive-tests": "error"
13   }