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

tools: improve js linter #5638

Merged
merged 1 commit into from
Apr 15, 2016
Merged

tools: improve js linter #5638

merged 1 commit into from
Apr 15, 2016

Commits on Apr 15, 2016

  1. tools: improve js linter

    This commit switches from the eslint command-line tool to a custom
    tool that uses eslint programmatically in order to perform linting
    in parallel and to display linting results incrementally instead of
    buffering them until the end.
    
    Fixes: nodejs#5596
    PR-URL: nodejs#5638
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    mscdex committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    81fd458 View commit details
    Browse the repository at this point in the history