- antfu/eslint-config
- Style error silencing is commented out
starter-ts is my starter/boilerplate for typescript projects. This template assumes you are using Linux, or the included Dev Container.
- 👌 TypeScript
- 🧐 ESLint + stylistic formatting rules (antfu)
- 💯 Vitest
- 📦 obuild
- 📚 A few more goodies like:
- changelogen release script
- lint-staged pre-commit hook
# npm
npm install starter-ts
# bun
bun add starter-ts
# pnpm
pnpm install starter-ts// ESM
import { hello } from 'starter-ts'
hello('world')- Become the legendary 10000x developer