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

benchmark: disable only the ESLint rule needing it #21133

Closed
wants to merge 1 commit into from

Commits on Jun 4, 2018

  1. benchmark: disable only the ESLint rule needing it

    In the spread-assign.js benchmark file, all ESLint rules are disabled
    for a line where only no-unused-vars needs to be disabled. This change
    makes it so that the remaining rules are still applied to the line.
    Trott committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    b9cdc46 View commit details
    Browse the repository at this point in the history