ufocoder / redux-universal-boilerplate

Boilerplate for react universal (isomorphic) application based on flux architecture (redux implementation)
MIT License
72 stars 19 forks source link

Use standardjs for codestyle #41

Closed aleksigold closed 7 years ago

aleksigold commented 7 years ago

https://github.com/ufocoder/redux-universal-boilerplate/issues/40

ufocoder commented 7 years ago

@tehspede Update codebase according standardjs. You can call standard --fix in CLI

RIP21 commented 7 years ago

There is a prettier for that. Standard is not needed.

On Oct 13, 2017 20:58, "Aleksi Gold" notifications@github.com wrote:

40 https://github.com/ufocoder/redux-universal-boilerplate/issues/40


You can view, comment on, or merge this pull request online at:

https://github.com/ufocoder/redux-universal-boilerplate/pull/41 Commit Summary

  • Use standardjs for codestyle

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ufocoder/redux-universal-boilerplate/pull/41, or mute the thread https://github.com/notifications/unsubscribe-auth/ADwe7wQE99gZBDSVoeFgUQpLQN9QkhLhks5sr6S6gaJpZM4P417P .

aleksigold commented 7 years ago

@ufocoder done