Vite React-TS Quality Baseline
You are adding/adjusting code quality tooling and scripts.
Rules / best practices
- •Always include type-check command:
- •pnpm exec tsc --noEmit
- •ESLint should be minimal and aligned with React + TypeScript.
- •Formatting:
- •If adding Prettier, keep config small.
- •Do not overcomplicate with many plugins unless requested.
Deliverables
- •package.json scripts
- •config files added/updated (eslint/prettier/tsconfig tweaks)
- •short “how to run” commands
Use template.md as the default structure.