You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`flat/schema-recommended`](https://github.com/dimaMachina/graphql-eslint/tree/master/packages/plugin/src/configs/schema-recommended.ts)| enables recommended rules for schema development |
8
8
|[`flat/schema-all`](https://github.com/dimaMachina/graphql-eslint/tree/master/packages/plugin/src/configs/schema-all.ts)| enables all rules for schema development, except for those that require `parserOptions.operations` option |
9
9
|[`flat/schema-relay`](https://github.com/dimaMachina/graphql-eslint/tree/master/packages/plugin/src/configs/schema-relay.ts)| enables rules from Relay specification for schema development |
|[`flat/operations-recommended`](https://github.com/dimaMachina/graphql-eslint/tree/master/packages/plugin/src/configs/operations-recommended.ts)| enables recommended rules for consuming GraphQL (operations) development |
16
16
|[`flat/operations-all`](https://github.com/dimaMachina/graphql-eslint/tree/master/packages/plugin/src/configs/operations-all.ts)| enables all rules for consuming GraphQL (operations) development |
0 commit comments