Modernizing the Angular Quality Stack: Moving to Vite+

TL;DR AI
2 min readKey summary
The author replaced most ESLint and Prettier tasks with Oxlint and Oxfmt while keeping Angular CLI for ng serve, ng build, and ng test.
Vite+ was configured to route file types to the fastest tool, using Oxlint for TypeScript, Oxfmt for formatting, ESLint for templates, and Stylelint for styles.
Biome was rejected because it does not support @angular-eslint plugins, so Oxlint plus plugins was chosen for Angular TypeScript rules.
