Typescript template with basic code quality tooling configured:
- Linting with eslint and typescrip-eslint.
- Formatting with prettier.
- Testing with jest.
- Continuous Integration build with github actions.
- Git hooks with lint-staged and husky.
- Dependency updates with dependabot.