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"
|
- [ ] "no-multiple-empty-lines"
|
||||||
- [X] "no-native-reassign"
|
- [X] "no-native-reassign"
|
||||||
- [ ] "no-negated-condition"
|
- [ ] "no-negated-condition"
|
||||||
- [ ] "no-negated-in-lhs"
|
- [X] "no-negated-in-lhs"
|
||||||
- [ ] "no-nested-ternary"
|
- [ ] "no-nested-ternary"
|
||||||
- [ ] "no-new"
|
- [ ] "no-new"
|
||||||
- [ ] "no-new-func"
|
- [ ] "no-new-func"
|
||||||
|
@ -21,6 +21,9 @@
|
|||||||
"no-native-reassign": [
|
"no-native-reassign": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"no-negated-in-lhs": [
|
||||||
|
"off"
|
||||||
|
],
|
||||||
"no-tabs": [
|
"no-tabs": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user