Code formatting, linting and more.
SuperStarter uses Ultracite for code formatting and linting. Ultracite is a preconfigured setup of Biome, a high-performance Rust-based toolchain which includes a formatter, linter, and more for JavaScript and TypeScript.
Ultracite provides several benefits:
The formatter and linter are automatically configured in your project and will run on save. If you want to manually run them across your project, you can run the following commands:
pnpm lint
- This will check all files across all apps and packages.pnpm format
- This will check and fix all files across all apps and packages.