Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 1.67 KB

File metadata and controls

9 lines (8 loc) · 1.67 KB

A-Level Node.js Project Configuration Example

Node.js CI Coverage Status Code Style Conventional Commits Known Vulnerabilities Quality Gate Status

This is a simple node.js project configuration with built-in good practices plugins to improve teamwork. It packs Jest for functional testing and test coverage (with Coveralls history) and it is using ESLint as linter with Prettier plugin for having consistent code. Also integrates Snyk to keep track and fix possible dependency vulnerability issues. It has an active GitHub Actions workflow for node.js testing and it follows Conventional Commits standard. SonarCloud scans the code for quality analysis. I also created a really simple logger with Chalk for better debugging when using the terminal and dumping the information into a file.