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

test: adjust indentation for stricter linting #14431

Closed
wants to merge 2 commits into from

Commits on Jul 25, 2017

  1. test: refactor test-http-parser.js

    * eliminate CRLF identifier, reducing string concatenation
    * adjust indentation for stricter ESLint 4.x indentation linting
    Trott committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    485edf1 View commit details
    Browse the repository at this point in the history
  2. test: adjust indentation for stricter linting

    ESLint 4.x has stricter linting than previous versions. We are currently
    using the legacy indentation rules in the test directory. This commit
    changes the indentation of files to comply with the stricter 4.x linting
    and enable stricter linting in the test directory.
    Trott committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    c8b7524 View commit details
    Browse the repository at this point in the history