repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Gitter migration: Setup redirects (rollout pt. 3)
[gitter.git]
/
shared
/
.eslintrc.json
blob
e1a876a2312a66ea8d2665924ad0b12505574596
1
{
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
}
13
}