This repo contains opinionated, strict configs that I use in most of my projects. Currently, it includes ESLint, Prettier, and tsconfig.
See @daniel15/standard for regular TypeScript projects or @daniel15/standard-astro for Astro projects.
The standard ESLint + Prettier work well enough for my needs. The main pain point with ESLint is configuring it, which this repo solves. Additionally, ESLint and Prettier support use cases that other systems don't, for example linting and formatting Astro components, including TypeScript embedded within them.