Skip to content

Latest commit

 

History

History

graphql-eslint-rules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GraphQL eslint rules

This package contains the following eslint rules:

  • missing-apollo-key-fields: Enforce selecting key fields when they are available on a GraphQL object type
  • operation-naming-conventions: Enforce descriptive operation names based on the package they reside in
  • fragment-naming-conventions: Enforce descriptive fragment names based on the package they reside in