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
/
push-notifications
/
.eslintrc.json
blob
9dd7949473b1d03f7b49a7c991d02cbaf1f29268
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
}
18
}