We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set up the following tooling in the repo
TOOLING
eslint
nyc
pre-push
CRITERIA
winston
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Set up the following tooling in the repo
TOOLING
eslint
- for lintingnyc
- for code coveragepre-push
- for git pre push hook running testswinston` - for loggingCRITERIA
eslint
should have an opinionated formatnyc
should aim for test coverage of 80% across lines, statements, and branchespre-push
should run the tests before allowing pushing using gitwinston
should be used to replace console logs and all errors should be logged as well. Logs should go to disk.The text was updated successfully, but these errors were encountered: