feat(eslint): Rule "no-native-reassign"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -18,6 +18,9 @@
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
"no-native-reassign": [
|
||||
"off"
|
||||
],
|
||||
"no-tabs": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user