Switch language한국어
Back to the list

Modernizing the Angular Quality Stack: Moving to Vite+

TL;DR AI

Key summary

2 min read
  1. The author replaced most ESLint and Prettier tasks with Oxlint and Oxfmt while keeping Angular CLI for ng serve, ng build, and ng test.

  2. 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.

  3. Biome was rejected because it does not support @angular-eslint plugins, so Oxlint plus plugins was chosen for Angular TypeScript rules.

Read the original