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 0c4c2d0 commit 76e3246Copy full SHA for 76e3246
.changeset/config.json
@@ -9,6 +9,7 @@
9
"ignore": [
10
"@graphql-eslint/example-code-file",
11
"@graphql-eslint/example-basic",
12
- "@graphql-eslint/example-graphql-config"
+ "@graphql-eslint/example-graphql-config",
13
+ "@graphql-eslint/example-graphql-config-code-file"
14
]
15
}
examples/graphql-config-code-file/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@graphql-eslint/example-graphql-config--code-file",
+ "name": "@graphql-eslint/example-graphql-config-code-file",
3
"private": true,
4
"version": "0.0.1",
5
"repository": "https://github.com/dotansimha/graphql-eslint",
0 commit comments