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.
selection-set-depth
1 parent 59f8c1b commit 45acfdeCopy full SHA for 45acfde
.changeset/stupid-glasses-kneel.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphql-eslint/eslint-plugin': patch
3
4
+
5
+Fix console.warn typo in selection-set-depth rule
packages/plugin/src/rules/selection-set-depth.ts
@@ -88,7 +88,7 @@ const rule: GraphQLESLintRule<SelectionSetDepthRuleConfig> = {
88
} catch (e) {
89
// eslint-disable-next-line no-console
90
console.warn(
91
- `Rule "selection-set-depth" works best with sibligns operations loaded. For more info: http://bit.ly/graphql-eslint-operations`
+ `Rule "selection-set-depth" works best with siblings operations loaded. For more info: http://bit.ly/graphql-eslint-operations`
92
);
93
}
94
0 commit comments