Skip to content

Commit

Permalink
docs: add unicorn/no-for-loop reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Apr 5, 2024
1 parent 65fcdf9 commit f781e8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/rules/no-avoidable-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ function hasDuplicate(arr: [V, V, V, V]): boolean {
}
```


## 🔗 See also

- [eslint-plugin-unicorn/no-for-loop](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/677af7f/docs/rules/no-for-loop.md)

## 🔧 Config

```js
Expand Down

0 comments on commit f781e8b

Please sign in to comment.