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

Client code cleanup: re-organize file structure, set up prettier #917

Merged
merged 9 commits into from Jul 23, 2018

Conversation

julianguyen
Copy link
Member

@julianguyen julianguyen commented Jul 22, 2018

Starting work for cleaning up code in the client

  • Re-structured file structure
  • Use named exports over default exports
  • Set up prettier and run during yarn lint
  • Delete separate client README, already captured in Wiki
  • Disable defaultTypes for React components
  • Run React tests in Circle build

There will be future PRs with more cleanup :)

@julianguyen julianguyen added wip and removed wip labels Jul 22, 2018
@julianguyen julianguyen requested review from baohouse and nma July 22, 2018 05:11
@@ -91,7 +93,8 @@
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.4",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^3.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

Doesn't technically need to be updated, I was trying to re-enable it but it still wasn't working. Will try again in a follow up PR.

@julianguyen julianguyen merged commit 11dfaac into master Jul 23, 2018
@julianguyen julianguyen deleted the some-client-code-cleanup branch July 23, 2018 06:19
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.

None yet

1 participant