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]
/
modules
/
backend-muxer
/
test
/
.eslintrc.json
blob
9f22f49a2a64d71e4f0e665de00b0258860d6e0b
1
{
2
"env": {
3
"commonjs": true,
4
"node": true,
5
"mocha": true
6
},
7
"plugins": [
8
"mocha"
9
],
10
"rules": {
11
"mocha/no-exclusive-tests": "error"
12
}
13
}