relayjs / eslint-plugin-relay

A plugin for the code linter ESLint to lint specific details about Relay.
MIT License
100 stars 47 forks source link

No line numbers for unused-fields? #111

Closed mellson closed 3 years ago

mellson commented 3 years ago

Thanks for creating this 🙏🏻 I am trying to add the rules to my CRA v4 project. And while the rules do work I get no line numbers for unused-fields.

Not sure if this is a problem on my end or a limitation of the rule?

Do you get line numbers along with the warnings from unused-fields?

mellson commented 3 years ago

This seems to have been fixed in v1.8.2, thanks 🙏