Skip to content

Commit

Permalink
docs(eslint-plugin-query): Fix rules links (#7705)
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddler committed Jul 10, 2024
1 parent 7fc9472 commit 8d0ba7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/eslint/eslint-plugin-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ Alternatively, add `@tanstack/eslint-plugin-query` to the plugins section, and c
## Rules

- [@tanstack/query/exhaustive-deps](../exhaustive-deps)
- [@tanstack/query/no-rest-destructuring](../exhaustive-deps)
- [@tanstack/query/stable-query-client](../exhaustive-deps)
- [@tanstack/query/no-rest-destructuring](../no-rest-destructuring)
- [@tanstack/query/stable-query-client](../stable-query-client)

0 comments on commit 8d0ba7e

Please sign in to comment.