Ultracite is designed to work out of the box with monorepos. Here’s how to use it with Turborepo.Documentation Index
Fetch the complete documentation index at: https://docs.ultracite.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.