Code formatting, linting and more.
zopio
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.
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.