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

Setup Tooling #9

Open
manjufy opened this issue Sep 17, 2020 · 0 comments
Open

Setup Tooling #9

manjufy opened this issue Sep 17, 2020 · 0 comments

Comments

@manjufy
Copy link

manjufy commented Sep 17, 2020

Set up the following tooling in the repo

TOOLING

  • eslint - for linting
  • nyc - for code coverage
  • pre-push - for git pre push hook running tests
  • winston` - for logging

CRITERIA

  • eslint should have an opinionated format
  • nyc should aim for test coverage of 80% across lines, statements, and branches
  • pre-push should run the tests before allowing pushing using git
  • winston should be used to replace console logs and all errors should be logged as well. Logs should go to disk.
  • integration to CI such as Travis or Circle
  • Add Typescript support
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

No branches or pull requests

1 participant