The Vite Plus Crash Course
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Linting a Project with Vite Plus

In this lesson, learn how to catch code smells early with OXLint. It’s an ESLint compatible linter that ships with Vite Plus out of the box.

It provides a linting experience that’s 50-100x faster than ESLint and works exactly how you’d expect it too.

Run linting in Vite+ with:

vp lint

And fix auto-fixable issues with the --fix flag.

Links