Skip to content

Commit 7848320

Browse files
docs: add missing eslint rules from left navigation (#9719)
1 parent 9ff3de7 commit 7848320

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,14 @@
10381038
{
10391039
"label": "Infinite Query Property Order",
10401040
"to": "eslint/infinite-query-property-order"
1041+
},
1042+
{
1043+
"label": "No void Query Functions",
1044+
"to": "eslint/no-void-query-fn"
1045+
},
1046+
{
1047+
"label": "Mutation Property Order",
1048+
"to": "eslint/mutation-property-order"
10411049
}
10421050
]
10431051
},

0 commit comments

Comments
 (0)