feat(eslint): Rule "handle-callback-err"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 11:57:12 +04:00
parent 556f81ccfd
commit 7928a93ea7
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,7 @@
- [ ] "global-require"
- [ ] "grouped-accessor-pairs"
- [ ] "guard-for-in"
- [ ] "handle-callback-err"
- [X] "handle-callback-err"
- [ ] "id-blacklist"
- [X] "id-length"
- [ ] "id-match"

View File

@ -77,6 +77,9 @@
"error",
"consistent"
],
"handle-callback-err": [
"error"
],
"id-length": [
"warn",
{