@graphql-eslint/eslint-plugin 3.14.4-alpha-20221229162657-d08893a → 3.14.4-alpha-20221229162929-58278b0
Sign up to get free protection for your applications and to get access to all the features.
- package/docs/parser-options.md +1 -5
- package/package.json +1 -1
package/docs/parser-options.md
CHANGED
@@ -68,11 +68,7 @@ Here are a few examples for a valid setup:
|
|
68
68
|
```json
|
69
69
|
{
|
70
70
|
"parserOptions": {
|
71
|
-
"schema": [
|
72
|
-
"src/schema-a.graphql",
|
73
|
-
"src/schema-b.graphql",
|
74
|
-
"src/schema-c.graphql"
|
75
|
-
]
|
71
|
+
"schema": ["src/schema-a.graphql", "src/schema-b.graphql", "src/schema-c.graphql"]
|
76
72
|
}
|
77
73
|
}
|
78
74
|
```
|
package/package.json
CHANGED