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