feat(eslint): Rule "no-unmodified-loop-condition"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
31982f91ad
commit
6feb545641
@ -198,7 +198,7 @@
|
||||
- [X] "no-undefined"
|
||||
- [X] "no-underscore-dangle"
|
||||
- [ ] "no-unexpected-multiline"
|
||||
- [ ] "no-unmodified-loop-condition"
|
||||
- [X] "no-unmodified-loop-condition"
|
||||
- [X] "no-unneeded-ternary"
|
||||
- [ ] "no-unreachable"
|
||||
- [ ] "no-unsafe-finally"
|
||||
|
@ -344,6 +344,9 @@
|
||||
"enforceInMethodNames": false
|
||||
}
|
||||
],
|
||||
"no-unmodified-loop-condition": [
|
||||
"error"
|
||||
],
|
||||
"no-unneeded-ternary": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user