Merge branch 'hotfix/21.56.9' into master
[gitter.git] / modules / invites / test / .eslintrc.json
blob433395cfd7620aec40a184d62fe0725eed3bf33a
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   }