From ce2de1a802900b075fc44fff1a5b2da011e127b7 Mon Sep 17 00:00:00 2001 From: Ethan Glover Date: Tue, 12 Nov 2024 19:18:04 -0600 Subject: [PATCH] Add @tanstack/query/infinite-query-property-order link --- docs/eslint/eslint-plugin-query.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/eslint/eslint-plugin-query.md b/docs/eslint/eslint-plugin-query.md index 759a461cd6..47fb0f81ef 100644 --- a/docs/eslint/eslint-plugin-query.md +++ b/docs/eslint/eslint-plugin-query.md @@ -97,3 +97,4 @@ Alternatively, add `@tanstack/query` to the plugins section, and configure the r - [@tanstack/query/no-rest-destructuring](../no-rest-destructuring) - [@tanstack/query/stable-query-client](../stable-query-client) - [@tanstack/query/no-unstable-deps](../no-unstable-deps) +- [@tanstack/query/infinite-query-property-order](../infinite-query-property-order)