Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 421 Bytes

File metadata and controls

9 lines (7 loc) · 421 Bytes

Description

This template repository contains basic project setup for TypeScript library developing. It has the following tools installed:

  • Rollup build pipeline with set of useful plugins
  • Prettier with a couple of useful plugins
  • ESLint set up for TypeScript, JavaScript, Json and Markdown linting
  • Knip to easily delete unused dependencies
  • Husky-based pipeline that applies Prettier and lint commit message