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
Merge branch 'release/21.49.0' into master
[gitter.git]
/
modules
/
test-utils
/
.eslintrc.json
blob
05451c6ea7551172f96936a9bc3565d6ed1fefbf
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
"max-nested-callbacks": [
13
"error",
14
10
15
],
16
"node/no-unpublished-require": "off",
17
"node/no-missing-require": "off"
18
}
19
}