Skip to content

Commit 6119eb6

Browse files
committed
prettier
1 parent 6ed3fa4 commit 6119eb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/content/docs/configs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## Schema Configs
44

5-
| Name | Description |
6-
| :--------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------------------------------- |
5+
| Name | Description |
6+
| :--------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------------------------------- |
77
| [`flat/schema-recommended`](https://github.com/dimaMachina/graphql-eslint/tree/master/packages/plugin/src/configs/schema-recommended.ts) | enables recommended rules for schema development |
88
| [`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 |
99
| [`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 |
1010

1111
## Operations Configs
1212

13-
| Name | Description |
14-
| :----------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------ |
13+
| Name | Description |
14+
| :----------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------ |
1515
| [`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 |
1616
| [`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 |
1717

0 commit comments

Comments
 (0)