A-LinterHelp wantedI-Normalgood first issuetask
仓库指标
- 星标
- (23,438 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Description
https://typescript-eslint.io/rules/prefer-for-of
This rule forces loop functions to use for of if the index of a for loop is never used, greatly improving readability and ensuring there are no unused variables being referenced (in this case, the index variable).