Skip to content

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