Is your feature request related to a problem?
Whenever I run npx eslint <files>, I am starting to get warnings.
Describe the solution you'd like
If team feels this is something that needs fixed, we could:
-
npm install --save-dev @graphql-eslint/eslint-plugin
-
Add a new override section to the .eslintrc.json (or equivalent config file) specifically for *.graphql files to use the graphql parser and plugins.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem?
Whenever I run
npx eslint <files>, I am starting to get warnings.Describe the solution you'd like
If team feels this is something that needs fixed, we could:
npm install --save-dev @graphql-eslint/eslint-pluginAdd a new override section to the .eslintrc.json (or equivalent config file) specifically for *.graphql files to use the graphql parser and plugins.
Describe alternatives you've considered
No response
Additional context
No response