eslint-plugin-graphql icon indicating copy to clipboard operation
eslint-plugin-graphql copied to clipboard

Report multiple errors from one query at once

Open stubailo opened this issue 7 years ago • 1 comments
trafficstars

Right now, we only end up reporting one error per query for some reason, so for example if your query is missing multiple IDs you only hear about one at a time. This means you have to run the linter multiple times to get all of the errors fixed. We should report them all at once.

Issue Labels

  • [ ] has-reproduction
  • [x] feature
  • [ ] docs
  • [ ] blocking
  • [ ] good first issue

stubailo avatar Nov 13 '18 22:11 stubailo

Needed Desparately

futuregridtechnologies avatar Oct 21 '20 13:10 futuregridtechnologies