cjoudrey / graphql-schema-linter

Validate GraphQL schema definitions against a set of rules
MIT License
694 stars 62 forks source link

moving config from pre-commit on scripts to husky.hooks #200

Closed gagoar closed 4 years ago

gagoar commented 4 years ago

Working on the test helper on #197 I saw husky complaining about configuration issues, so I fixed it.

I've added the tests when we push in hopes that this will prevent (me or others?) to PR a branch without the test suite passing.