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

refactor: basic conventions #17

Merged
merged 25 commits into from
Dec 3, 2020
Merged

refactor: basic conventions #17

merged 25 commits into from
Dec 3, 2020

Conversation

nugaon
Copy link
Member

@nugaon nugaon commented Dec 3, 2020

Features

  • added eslint rules, prettier and tsconfig to the project,
  • refactor the already existing code by that,
  • created npm run format command for rewrite all ts files in src/** and test/**
  • defined VSCode settings for auto-correcting on save and use Prettier

TODO

  • Redesign GitHub Workflow (browser tests)
  • Change README
  • Webpack integration
  • Replace Karma with Jest
  • Remove Tasegir dependency
  • Browser tests
  • make Jest alias same as in webpack (browser<->node)

@@ -1,7 +1,4 @@
lib
types
Copy link
Contributor

Choose a reason for hiding this comment

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

Would we now be packing types directly and not generating them?

Copy link
Member Author

Choose a reason for hiding this comment

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

sometimes it's necessary, for example when u'll write ur own Jest matchers.

@nugaon nugaon merged commit f1123c5 into master Dec 3, 2020
@vojtechsimetka vojtechsimetka deleted the refactor/basicConventions branch December 3, 2020 20:39
This was referenced Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants