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"
|
- [ ] "global-require"
|
||||||
- [ ] "grouped-accessor-pairs"
|
- [ ] "grouped-accessor-pairs"
|
||||||
- [ ] "guard-for-in"
|
- [ ] "guard-for-in"
|
||||||
- [ ] "handle-callback-err"
|
- [X] "handle-callback-err"
|
||||||
- [ ] "id-blacklist"
|
- [ ] "id-blacklist"
|
||||||
- [X] "id-length"
|
- [X] "id-length"
|
||||||
- [ ] "id-match"
|
- [ ] "id-match"
|
||||||
|
@ -77,6 +77,9 @@
|
|||||||
"error",
|
"error",
|
||||||
"consistent"
|
"consistent"
|
||||||
],
|
],
|
||||||
|
"handle-callback-err": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"id-length": [
|
"id-length": [
|
||||||
"warn",
|
"warn",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user