feat(eslint): Rule "prefer-rest-params"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
8b3dc0cee4
commit
85de842fca
@ -242,7 +242,7 @@
|
||||
- [ ] "prefer-promise-reject-errors"
|
||||
- [X] "prefer-reflect"
|
||||
- [ ] "prefer-regex-literals"
|
||||
- [ ] "prefer-rest-params"
|
||||
- [X] "prefer-rest-params"
|
||||
- [ ] "prefer-spread"
|
||||
- [ ] "prefer-template"
|
||||
- [X] "quote-props"
|
||||
|
@ -401,6 +401,9 @@
|
||||
"prefer-reflect": [
|
||||
"off"
|
||||
],
|
||||
"prefer-rest-params": [
|
||||
"error"
|
||||
],
|
||||
"quote-props": [
|
||||
"error",
|
||||
"consistent-as-needed",
|
||||
|
Loading…
x
Reference in New Issue
Block a user