We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e8475 commit de94d41Copy full SHA for de94d41
docs/prefer-while.md
@@ -2,6 +2,8 @@
2
3
A `for`-loop without initializer and incrementer can also be rewritten as `while`-loop. This rule can automatically fix errors.
4
5
+:warning: As of TSLint v5.10.0 this rule is a TSLint core rule. You will no longer be able to use the rule from this package.
6
+
7
```ts
8
for (;;)
9
doStuff();
0 commit comments