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 'hotfix/21.56.9' into master
[gitter.git]
/
scripts
/
.eslintrc.json
blob
9df3836b2a5278a4ed0ce07a6c24fdbb49035bf1
1
{
2
"env": {
3
"commonjs": true,
4
"node": true
5
},
6
"rules": {
7
"no-console": [
8
"error",
9
{
10
"allow": [
11
"warn",
12
"error",
13
"log"
14
]
15
}
16
]
17
}
18
}