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
Improve error messages when non-function provided as middleware
[express.git]
/
.eslintrc
blob
ad9c0ce9eb779c29d24938b1c98e7dcbfb16e8e3
1
{
2
"rules": {
3
"eol-last": "error",
4
"indent": ["error", 2, { "SwitchCase": 1 }],
5
"no-trailing-spaces": "error",
6
"no-unused-vars": ["error", { "vars": "all", "args": "none", "ignoreRestSiblings": true }]
7
}
8
}