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).