-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add standard style #53
Comments
There's currently an online standard code formatter here As mentioned https://twitter.com/BlurSpline/status/673316991415926784, I think it's a good addition if there's JSCS rule for it. |
There's an eslint config for it. https://github.com/feross/eslint-config-standard/blob/master/eslintrc.json |
@feross I'm finally giving standard a shot now that I'm migrating to ESLint. However, do you know if there's something different I've to do to browserify eslint to get it working with the plugins standard needs in the browser? |
The current version (semi working standard formatter) can be tested here http://zz85.github.io/mrdoobapproves/ |
@zz85 Some of our rules come from plugins. Those error look related to missing the |
https://github.com/feross/standard
created by @feross and used in +3000 packages
The text was updated successfully, but these errors were encountered: