ataylorme / eslint-annotate-action

A GitHub action that takes ESLint results from a JSON file and adds them as annotated pull request comments
MIT License
88 stars 32 forks source link

Added handling for errors reported by --report-unused-disable-directives #62

Closed nathan-knight closed 1 year ago

nathan-knight commented 1 year ago

This PR resolves #61

nathan-knight commented 1 year ago

Hey @ataylorme, any chance you could take a look at this and let me know if I need to change anything?

ataylorme commented 1 year ago

Thanks @nathan-knight I took this as a start and added a unit test as well in #64. It has been merged in and the feature should be available on the v2 branch for you to use