CodingZeal / create-react-app

Create React apps with no build configuration.
MIT License
2 stars 2 forks source link

Use eslint --report-unused-disable-directives in react-scripts fork #28

Open frank-west-iii opened 6 years ago

frank-west-iii commented 6 years ago

As of eslint 4.8.0, there is a new --report-unused-disable-directives option that will report if it finds any eslint-disable comments that are no longer relevant.

We should add this to our react-scripts fork.

Referenced from here: https://github.com/CodingZeal/generator-react-zeal/issues/85