pinterest / arcanist-linters

A collection of custom Arcanist linters
Apache License 2.0
62 stars 45 forks source link

Add dependency verification on GraphQLSchemaLinter #85

Closed mauriciogardini closed 2 years ago

mauriciogardini commented 2 years ago

This extra verification is achieved by adding the excerpt below to .arclint:

"graphql-schema.dependencies": {
    "@pinterest/graphql-lint-rules": "1.0.0"
},