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

code style - standard (reformat commit) #64

Merged
merged 1 commit into from
Sep 14, 2017
Merged

code style - standard (reformat commit) #64

merged 1 commit into from
Sep 14, 2017

Conversation

qvantor
Copy link
Contributor

@qvantor qvantor commented Sep 13, 2017

For issue #3 i propose to use StandardJS.
StandardJS - it's the most popular javascript code style format.

@qvantor qvantor self-assigned this Sep 13, 2017
@coveralls
Copy link

coveralls commented Sep 13, 2017

Coverage Status

Coverage remained the same at 89.537% when pulling e4b7eb5 on qvantor:standard_style into 16db919 on exonum:master.

Copy link
Contributor

@slowli slowli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as of e4b7eb5. I feel Airbnb is a bit stricter (and I like semicolons 😌 ), but I'm ready to work with standard as well.

package.json Outdated
@@ -44,7 +49,9 @@
"scripts": {
"test": "grunt test",
"coveralls": "cross-env NODE_ENV=test nyc mocha && cat ./coverage/lcov.info | coveralls",
"prepare": "grunt compile"
"prepare": "grunt compile",
"lint": "node_modules/.bin/eslint ./src ./test",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: node_modules/.bin/ part is superfluous; npm automatically includes binaries into the path.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure - my fault, solved :)

@coveralls
Copy link

coveralls commented Sep 13, 2017

Coverage Status

Coverage remained the same at 89.537% when pulling e4b7eb5 on qvantor:standard_style into 16db919 on exonum:master.

@qvantor qvantor merged commit a9034fd into exonum:master Sep 14, 2017
@qvantor qvantor mentioned this pull request Sep 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants