feat(eslint): no-param-reassign
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -181,6 +181,12 @@
|
||||
"tabWidth": 4
|
||||
}
|
||||
],
|
||||
"no-param-reassign": [
|
||||
"warn",
|
||||
{
|
||||
"props": true
|
||||
}
|
||||
],
|
||||
"max-lines": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user