Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 426 Bytes

File metadata and controls

27 lines (20 loc) · 426 Bytes

nodejs typescript library starter

Simple setup to start a new nodejs typescript library

Features

  • Editorconfig
  • Prettier
  • Esling (airbn and typescript styles)
  • CommonJS and ESM outputs
  • CI lint tasks
  • Jest tests
  • Git hooks

Extras

VSCode

To better experience on VSCode, configure on settings.json

"editor.codeActionsOnSave": {
  "source.fixAll": true
}
...
"editor.formatOnSave": true,