Skip to content

Commit 8d0ba7e

Browse files
authoredJul 10, 2024··
docs(eslint-plugin-query): Fix rules links (#7705)
1 parent 7fc9472 commit 8d0ba7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/eslint/eslint-plugin-query.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ Alternatively, add `@tanstack/eslint-plugin-query` to the plugins section, and c
8282
## Rules
8383

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

0 commit comments

Comments
 (0)
Please sign in to comment.