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

Conversation

4lch4
Copy link
Member

@4lch4 4lch4 commented Oct 15, 2017

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.

For more information on the Standard coding style, you can check out the repository available here: https://github.com/standard/standard.

I also added Josh (coder4life) and myself to the package.json as contributors.

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
Copy link
Member Author

4lch4 commented Oct 15, 2017

If we need semicolons due to how much everyone else is used to them, we also have semistandard, which is the same thing with semicolons sprinkled in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant