Configuration
When initializing Ultracite, it will create the appropriate config file(s) in the root of your repository based on your chosen linter. This configuration applies to your entire monorepo.Adding scripts
Because Ultracite’s underlying tools are fast (especially the Rust-based Biome and Oxlint), you can run a single root script rather than creating separate scripts in each package. Add thecheck and fix scripts to your root package.json:
package.json
turbo.json:
turbo.json
turbo run check and turbo run fix from anywhere in your monorepo.