feat(eslint): Rule "no-native-reassign"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
bdb1aa037f
commit
19d9a1e74c
@ -147,7 +147,7 @@
|
||||
- [ ] "no-multi-spaces"
|
||||
- [ ] "no-multi-str"
|
||||
- [ ] "no-multiple-empty-lines"
|
||||
- [ ] "no-native-reassign"
|
||||
- [X] "no-native-reassign"
|
||||
- [ ] "no-negated-condition"
|
||||
- [ ] "no-negated-in-lhs"
|
||||
- [ ] "no-nested-ternary"
|
||||
|
@ -18,6 +18,9 @@
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
"no-native-reassign": [
|
||||
"off"
|
||||
],
|
||||
"no-tabs": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user