We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd1e54 commit aa3822fCopy full SHA for aa3822f
website/content/docs/usage/custom-rules.mdx
@@ -4,4 +4,8 @@ sidebarTitle: Custom GraphQL Rules
4
5
# Usage with custom GraphQL rules
6
7
-<ESLintConfigs gitFolder="custom-rules" additionalFiles={{ 'My Rule': 'my-rule.js' }} />
+<ESLintConfigs gitFolder="custom-rules" additionalFiles={{ 'Custom GraphQL Rule': 'my-rule.js' }} />
8
+
9
+> [!TIP]
10
+>
11
+> Check out the [custom rules](/docs/custom-rules) guide to learn how to create your own rules.
0 commit comments