mysticatea / eslint-plugin-eslint-comments

Additional ESLint rules for directive comments of ESLint.
https://mysticatea.github.io/eslint-plugin-eslint-comments/
MIT License
354 stars 44 forks source link

Add support for suggestions API to "no-unused-disable" rule #45

Closed ota-meshi closed 4 years ago

ota-meshi commented 4 years ago

This PR implements the autofix previously provided with no-unused-disable rule with the suggestions API.

refs: https://github.com/mysticatea/eslint-plugin-eslint-comments/issues/21#issuecomment-465031007

13