feat(eslint): Rule "no-negated-in-lhs"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		| @@ -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", | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user