@withstanza/schema
@withstanza/utils
tooling
eslint-prettier
biome
oxlint-oxfmt
app
ai
vercel-ai-sdk
tanstack-ai
Standard JS/TS lint + formatter pairing — ESLint (flat config) for code rules, Prettier for formatting:
{{run "lint"}} # check for lint errors {{run "format"}} # rewrite files with Prettier
Config lives at eslint.config.mjs and .prettierrc.json at the repo root.
eslint.config.mjs
.prettierrc.json