Overview of vite-plugin-checker
mainvite-plugin-checker is a Vite plugin designed to run type-checking and linting tools in a separate worker thread. This prevents the main Vite development server thread from being blocked by heavy processes.
Supported tools include:
- TypeScript
- vue-tsc
- ESLint
- Biome
- Stylelint