VitNode

Lint

Lint your code with ESLint and Prettier.

Lint helps you to keep your code clean and consistent. VitNode uses ESLint and Prettier to lint the code.

Checking Code

pnpm lint

Fixing Code

pnpm lint:fix

On this page