Skip to content

Commit b975d89

Browse files
authored
docs: update links to ESLint rules (#8758)
1 parent 8c03bd0 commit b975d89

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)
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)

0 commit comments

Comments
 (0)