feat(eslint): Rule "prefer-rest-params"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -401,6 +401,9 @@
|
||||
"prefer-reflect": [
|
||||
"off"
|
||||
],
|
||||
"prefer-rest-params": [
|
||||
"error"
|
||||
],
|
||||
"quote-props": [
|
||||
"error",
|
||||
"consistent-as-needed",
|
||||
|
Reference in New Issue
Block a user