With Vite, Typescript, Chrome Types, Autoprefixer, ESLint & Prettier
Script | Function |
---|---|
dev |
Bundles the code for developing with a dev server. |
build |
Bundles the code for production. |
check |
CLI diagnostics checks for: CSS, A11y hints & JS/TS compiler error. |
oxlint |
Runs the latest version of oxlint for linting your code. |
lint |
Runs ESLint to lint all files in the project. |
lint:fix |
Runs ESLint and automatically fixes fixable issues. |
prettier |
Checks code formatting using Prettier. |
prettier:fix |
Formats the code according to Prettier rules. |