From c4dbdf6817ac9111d13621c748ee86e5f2676cf5 Mon Sep 17 00:00:00 2001 From: twiddler <13364827+twiddler@users.noreply.github.com> Date: Wed, 10 Jul 2024 03:35:32 +0200 Subject: [PATCH] Fix rules links --- docs/eslint/eslint-plugin-query.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eslint/eslint-plugin-query.md b/docs/eslint/eslint-plugin-query.md index d54006654e..23da9cd354 100644 --- a/docs/eslint/eslint-plugin-query.md +++ b/docs/eslint/eslint-plugin-query.md @@ -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)