You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have expected that the eslint graphql plugin is supported by codeclimate.
Actual Behavior
Getting a bunch of errors in codeclimate:
Definition for rule 'graphql/template-strings' was not found.
Expected Behavior
The graphql plugin should work, as it does locally:
yarn eslint path/to/file.js
path/to/file.js
112:22 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
120:16 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
✖ 2 problems (0 errors, 2 warnings)
✨ Done in 4.98s.
I would have expected that the eslint graphql plugin is supported by codeclimate.
Actual Behavior
Getting a bunch of errors in codeclimate:
Expected Behavior
The graphql plugin should work, as it does locally:
Steps to reproduce
eslint-plugin-graphql
to package.jsonThe text was updated successfully, but these errors were encountered: