feat(eslint): Rule "no-unmodified-loop-condition"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -344,6 +344,9 @@
|
||||
"enforceInMethodNames": false
|
||||
}
|
||||
],
|
||||
"no-unmodified-loop-condition": [
|
||||
"error"
|
||||
],
|
||||
"no-unneeded-ternary": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user