Skip to content

Commit

Permalink
Switch to .graphql-schema-linterrc
Browse files Browse the repository at this point in the history
  • Loading branch information
adamodd committed Oct 22, 2024
1 parent 48aefe7 commit 9f37a3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
21 changes: 21 additions & 0 deletions .graphql-schema-linterrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
schemaPaths:
- pkg/graph/schema.graphql
rules:
# - arguments-have-descriptions
- defined-types-are-used
- deprecations-have-a-reason
- descriptions-are-capitalized
- enum-values-all-caps
# - enum-values-have-descriptions
# - enum-values-sorted-alphabetically
- fields-are-camel-cased
# - fields-have-descriptions
# - input-object-fields-sorted-alphabetically
- input-object-values-are-camel-cased
# - input-object-values-have-descriptions
# - interface-fields-sorted-alphabetically
# - relay-connection-arguments-spec
# - relay-connection-types-spec
# - relay-page-info-spec
# - type-fields-sorted-alphabetically
- types-are-capitalized
23 changes: 0 additions & 23 deletions graphql-schema-linter.config.js

This file was deleted.

0 comments on commit 9f37a3d

Please sign in to comment.