@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "3.14.4-alpha-20221229162657-d08893a",
3
+ "version": "3.14.4-alpha-20221229162929-58278b0",
4
4
  "description": "GraphQL plugin for ESLint",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {