Merge branch 'hotfix/21.56.9' into master
[gitter.git] / shared / .eslintrc.json
blobe1a876a2312a66ea8d2665924ad0b12505574596
2   "env": {
3     "commonjs": true,
4     "shared-node-browser": true
5   },
6   "parserOptions": {
7     "ecmaVersion": 6,
8     "sourceType": "script"
9   },
10   "rules": {
11     "node/no-unpublished-require": "error"
12   }