Merge branch 'hotfix/21.56.9' into master
[gitter.git] / modules / .eslintrc.json
blobaa0ebe942c7f4b41eda4b8fd43f5e34ad7bba13a
2   "env": {
3     "commonjs": true,
4     "node": true
5   },
6   "rules": {
7     "node/no-unpublished-require": "warn"
8   }