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" } ] },