tools
tools copied to clipboard
📎 `useForOf`, prefer-for-of, @typescript-eslint/prefer-for-of
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).
@jpike88 is this open to work on? If so, I'd love to have a look
It's available :) I will assign it to you