Skip to content

Commit f03b109

Browse files
committed
docs: fix eslint links
1 parent 4b7fd0e commit f03b109

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Alternatively, add `@tanstack/query` to the plugins section, and configure the r
9393

9494
## Rules
9595

96-
- [@tanstack/query/exhaustive-deps](./exhaustive-deps)
97-
- [@tanstack/query/no-rest-destructuring](./no-rest-destructuring)
98-
- [@tanstack/query/stable-query-client](./stable-query-client)
99-
- [@tanstack/query/no-unstable-deps](./no-unstable-deps)
100-
- [@tanstack/query/infinite-query-property-order](./infinite-query-property-order)
96+
- [@tanstack/query/exhaustive-deps](./exhaustive-deps.md)
97+
- [@tanstack/query/no-rest-destructuring](./no-rest-destructuring.md)
98+
- [@tanstack/query/stable-query-client](./stable-query-client.md)
99+
- [@tanstack/query/no-unstable-deps](./no-unstable-deps.md)
100+
- [@tanstack/query/infinite-query-property-order](./infinite-query-property-order.md)

0 commit comments

Comments
 (0)