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

src: implement standard.js linting #1794

Merged
merged 1 commit into from
Jul 8, 2019
Merged

src: implement standard.js linting #1794

merged 1 commit into from
Jul 8, 2019

Commits on Jul 6, 2019

  1. src: implement standard.js linting

    In addition:
    
    * moved module.exports to the bottom
    * no single-line if statements
    * no if statements without a {
    * const for requires
    * array declarations get spaces inside [ ]
    * 'use strict' in all .js files
    
    PR-URL: #1794
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: João Reis <reis@janeasystems.com>
    rvagg committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    e40c99e View commit details
    Browse the repository at this point in the history