apollographql / apollo-tooling

✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
https://apollographql.com
MIT License
3.04k stars 467 forks source link

Apollo GraphQL VSCode extension: Prevent GraphQL Validation #2682

Open Aeners opened 1 year ago

Aeners commented 1 year ago

Hello dear GraphQL community.

I've just installed the Apollo GraphQL VSCode extension, and I was wondering if there was an easy way to prevent the extension from validating my GraphQL files. I already have linting handled by GraphQL Eslint library, and the extension provide some validations that are, either not needed, or duplicated from my Eslint config.

image

Thanks in advance, and for the great work for this ecosystem we all love ✨!