Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.
/ graphql-linter Public archive

Pre-commit hook that will lint and format .graphql files.

Notifications You must be signed in to change notification settings

CyberGRX/graphql-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

graphql-linter

Pre-commit hook that will run prettier -c --write on .graphql files to detect and fix GraphQL linting errors.

usage

Add the following block to your .pre-commit-config.yaml

  - repo: https://github.com/CyberGRX/graphql-linter
    rev: master
    hooks:
      - id: graphql-linter

docker

Public repo: https://hub.docker.com/r/cybergrx/graphql-linter

About

Pre-commit hook that will lint and format .graphql files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published