feat(eslint): Rule "handle-callback-err"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
556f81ccfd
commit
7928a93ea7
@ -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"
|
||||
|
@ -77,6 +77,9 @@
|
||||
"error",
|
||||
"consistent"
|
||||
],
|
||||
"handle-callback-err": [
|
||||
"error"
|
||||
],
|
||||
"id-length": [
|
||||
"warn",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user