Releases: dimaMachina/graphql-eslint
Releases · dimaMachina/graphql-eslint
@graphql-eslint/[email protected]
Minor Changes
- 5e1bbe6: NEW RULE: avoid-duplicate-fields
- b093f88: NEW RULE: selection-set-depth
- 2df9134: NEW RULE: no-hashtag-description
- 625f083: New rule: no-unreachable-types
- 174a66f: [naming-convention] Allow each definition to take either a strng or object. Object can take the following keys: style (naming style), prefix (value must have prefix) and suffix (value must have suffix)
- d3ff768: NEW RULE: no-deprecated
- 63cecdd: Added code file compatibility for graphql-config projects
Patch Changes
- 0094548: Load graphql config file only once
- e26a5d4: Fix issues with loading schemas from code-files
- e6edc88: Added prefix to error thrown by the parser
- 1594288: Improve error messages for parserServices
- 4942b58: Optimisation of sibling operations loading (cache by project)
- 2df9134: Fixed missing
loc
property when rawNode is called on Document node - a57d4f5: fix(naming-convention): fix issues with numeric values
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
Patch Changes
- c9bbdbe: Added
supportsAutofix
to the processor.
Fixes can be applied in JS,TS files now.
@graphql-eslint/[email protected]
Patch Changes
- 0fe0f68: Fix a bug in the input-name rule to make sure it only checks fields on the Mutation type
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
@graphql-eslint/[email protected]
Patch Changes
- 2b87cb1: Fix compatibility with GraphQL v14
@graphql-eslint/[email protected]
Patch Changes
- da77db6: Fix
schemaOptions
support