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

Coding Style #7

Open
sotayamashita opened this issue Jun 29, 2015 · 2 comments
Open

Coding Style #7

sotayamashita opened this issue Jun 29, 2015 · 2 comments

Comments

@sotayamashita
Copy link

What coding style are you using ?

If you have it, I recommend you create CONTRIBUTIG.md and write on it

@foray1010
Copy link

+1, there is no consistent coding style.

I suggest:

  1. use const/let to replace all var, since this project had already using const.
  2. use strict mode, to ensure others can import this library when they are using strict mode.
  3. .eslintrc for us to check the coding style, I recommend the airbnb coding style.

@sotayamashita
Copy link
Author

I suggest use standard instead of ESLint because it is very simple.

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

No branches or pull requests

2 participants