Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the --report-unused-disable-directives ESLint command line option #9029

Merged
merged 1 commit into from
Oct 15, 2017
Merged

Enable the --report-unused-disable-directives ESLint command line option #9029

merged 1 commit into from
Oct 15, 2017

Commits on Oct 15, 2017

  1. Enable the --report-unused-disable-directives ESLint command line o…

    …ption
    
    This option was added in [version `4.8.0` of ESLint](https://github.com/eslint/eslint/releases/tag/v4.8.0), which is already listed as the minimum version in our `package.json` file; please refer to https://eslint.org/docs/user-guide/command-line-interface#--report-unused-disable-directives for additional details.
    
    Despite the caveat listed in the link above, I still think that using this option makes sense since it will help ensure that no longer necessary disable statements are removed.
    Snuffleupagus committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    04b4683 View commit details
    Browse the repository at this point in the history