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 combined with
.editorconfigto keep code well-formated - ESLint set up for TypeScript, JavaScript, Json and Markdown linting
- Knip to easily manage unused stuff
- Husky-based pipeline that applies Prettier and lints commit message