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 7a04e1e commit 8a9f73fCopy full SHA for 8a9f73f
.changeset/config.json
@@ -10,6 +10,7 @@
10
"@graphql-eslint/example-code-file",
11
"@graphql-eslint/example-basic",
12
"@graphql-eslint/example-graphql-config",
13
- "@graphql-eslint/example-graphql-config-code-file"
+ "@graphql-eslint/example-graphql-config-code-file",
14
+ "@graphql-eslint/example-prettier"
15
]
16
}
.changeset/new-seas-nail.md
@@ -2,4 +2,6 @@
2
'@graphql-eslint/eslint-plugin': major
3
---
4
5
-Remove deprecated rule `validate-against-schema`
+BREAKING CHANGE: Remove deprecated rule `validate-against-schema`.
6
+
7
+If you are using `validate-against-schema`, please remove it and specify the exact rules that you need.
0 commit comments