Boilerplate for Node.js projects
npm install
This boilerplate project uses Mocha as test framework and c8 for code coverage.
To run tests including code coverage analysis, use:
npm run test
ESLint comes configured for "ecmaVersion": 8
and "sourceType": "module"
using eslint:recommended
rules preset.
npm run eslint