Skip to content

Commit

Permalink
Add words
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 10, 2025
1 parent 30228a2 commit 52c3a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For example:
namespace foo {}
```

For `useExhaustiveDependencies` (equivalent of `react-hooks/exhaustive-deps`), you can even specify which dependencies are ignored:
For `useExhaustiveDependencies` (equivalent of `react-hooks/exhaustive-deps`), you can even specify which dependencies are ignored, on multiple lines:

```ts
// biome-ignore lint/correctness/useExhaustiveDependencies(fn):
Expand Down

0 comments on commit 52c3a9a

Please sign in to comment.