repo.or.cz
/
express.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
examples: remove bitwise syntax for includes check
[express.git]
/
.eslintrc.yml
blob
587169c5330a4c47b23f321a483fd9a48e594bd9
1
root: true
2
3
rules:
4
eol-last: error
5
eqeqeq: [error, allow-null]
6
indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]
7
no-trailing-spaces: error
8
no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]