Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 272 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 272 Bytes

JavaScript Boilerplate

This boilerplate include:

  • ✅ Vitest
  • 💅 Prettier & ESLint

npm scripts

  • lint: Lints the whole project
  • lint:fix: Lints and fixes the whole project
  • test: Runs all the tests
  • test:coverage: Runs and gathers coverage metrics