Skip to content

Latest commit

 

History

History
70 lines (68 loc) · 8.81 KB

File metadata and controls

70 lines (68 loc) · 8.81 KB

@graphql-eslint

This file is auto-generated by npm run generate-rules-md.

Rule Severity Exceptions
@graphql-eslint/alphabetize off
@graphql-eslint/description-style error (**/*.graphql) error: **/*.graphql
@graphql-eslint/executable-definitions error (**/*.graphql)
@graphql-eslint/fields-on-correct-type error (**/*.graphql)
@graphql-eslint/fragments-on-composite-type error (**/*.graphql)
@graphql-eslint/input-name off
@graphql-eslint/known-argument-names error (**/*.graphql) error: **/*.graphql
@graphql-eslint/known-directives error (**/*.graphql) error: **/*.graphql
@graphql-eslint/known-fragment-names error (**/*.graphql)
@graphql-eslint/known-type-names error (**/*.graphql) error: **/*.graphql
@graphql-eslint/lone-anonymous-operation error (**/*.graphql)
@graphql-eslint/lone-executable-definition off
@graphql-eslint/lone-schema-definition error (**/*.graphql)
@graphql-eslint/match-document-filename off
@graphql-eslint/naming-convention error (**/*.graphql) error: **/*.graphql
@graphql-eslint/no-anonymous-operations error (**/*.graphql)
@graphql-eslint/no-deprecated error (**/*.graphql)
@graphql-eslint/no-duplicate-fields error (**/*.graphql)
@graphql-eslint/no-fragment-cycles error (**/*.graphql)
@graphql-eslint/no-hashtag-description error (**/*.graphql)
@graphql-eslint/no-one-place-fragments off
@graphql-eslint/no-root-type off
@graphql-eslint/no-scalar-result-type-on-mutation off
@graphql-eslint/no-typename-prefix error (**/*.graphql)
@graphql-eslint/no-undefined-variables error (**/*.graphql)
@graphql-eslint/no-unreachable-types error (**/*.graphql)
@graphql-eslint/no-unused-fields off
@graphql-eslint/no-unused-fragments error (**/*.graphql)
@graphql-eslint/no-unused-variables error (**/*.graphql)
@graphql-eslint/one-field-subscriptions error (**/*.graphql)
@graphql-eslint/overlapping-fields-can-be-merged error (**/*.graphql)
@graphql-eslint/possible-fragment-spread error (**/*.graphql)
@graphql-eslint/possible-type-extension error (**/*.graphql)
@graphql-eslint/provided-required-arguments error (**/*.graphql) error: **/*.graphql
@graphql-eslint/relay-arguments off
@graphql-eslint/relay-connection-types off
@graphql-eslint/relay-edge-types off
@graphql-eslint/relay-page-info off
@graphql-eslint/require-deprecation-date off
@graphql-eslint/require-deprecation-reason error (**/*.graphql)
@graphql-eslint/require-description error (**/*.graphql)
@graphql-eslint/require-field-of-type-query-in-mutation-result off
@graphql-eslint/require-import-fragment off
@graphql-eslint/require-nullable-fields-with-oneof off
@graphql-eslint/require-nullable-result-in-root off
@graphql-eslint/require-selections error (**/*.graphql)
@graphql-eslint/require-type-pattern-with-oneof off
@graphql-eslint/scalar-leafs error (**/*.graphql)
@graphql-eslint/selection-set-depth error (**/*.graphql)
@graphql-eslint/strict-id-in-types error (**/*.graphql)
@graphql-eslint/unique-argument-names error (**/*.graphql)
@graphql-eslint/unique-directive-names error (**/*.graphql)
@graphql-eslint/unique-directive-names-per-location error (**/*.graphql) error: **/*.graphql
@graphql-eslint/unique-enum-value-names error (**/*.graphql)
@graphql-eslint/unique-field-definition-names error (**/*.graphql)
@graphql-eslint/unique-fragment-name error (**/*.graphql)
@graphql-eslint/unique-input-field-names error (**/*.graphql)
@graphql-eslint/unique-operation-name error (**/*.graphql)
@graphql-eslint/unique-operation-types error (**/*.graphql)
@graphql-eslint/unique-type-names error (**/*.graphql)
@graphql-eslint/unique-variable-names error (**/*.graphql)
@graphql-eslint/value-literals-of-correct-type error (**/*.graphql)
@graphql-eslint/variables-are-input-types error (**/*.graphql)
@graphql-eslint/variables-in-allowed-position error (**/*.graphql)