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

Replaced eslint with Standard for formatting #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Replaced eslint with Standard for formatting #1

wants to merge 1 commit into from

Commits on Oct 15, 2017

  1. Replaced eslint with Standard for formatting

    I replaced the eslint coding style with Standard as I genuinely believe it to be the superior style. Primarily due to the lack of project specific settings, you cannot change the coding style so it's always the same.
    
    This means I updated the package.json to include the correct dependency and added a script called format. Running npm format will use Standard to automatically fix many formatting errors.
    
    I also added Josh and myself to the package.json as contributors.
    4lch4 committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    a1adde2 View commit details
    Browse the repository at this point in the history