From 2d1888f66ce65e90434cbd3fc5c8c91ecb1784c7 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Wed, 1 Oct 2025 11:22:51 +1000 Subject: [PATCH] docs: add missing eslint rules from left navigation --- docs/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/config.json b/docs/config.json index 0ca2b1fbac..1f56e7a293 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1009,6 +1009,14 @@ { "label": "Infinite Query Property Order", "to": "eslint/infinite-query-property-order" + }, + { + "label": "No void Query Functions", + "to": "eslint/no-void-query-fn" + }, + { + "label": "Mutation Property Order", + "to": "eslint/mutation-property-order" } ] },