Framework & Project Domains in Biome

From the Biome cheat sheet ยท Linter Rules ยท verified Aug 2026

Framework & Project Domains

Enable rules that understand frameworks, tests, and project structure.

json
{
  "linter": {
    "domains": {
      "react": "recommended",
      "test": "recommended",
      "project": "recommended"
    }
  }
}
๐Ÿ’ก Domains add rules for detected tools and frameworks
๐Ÿ“Œ Project rules scan dependencies and add some overhead
๐Ÿ” Domain values are recommended, all, or none
โšก Use --only or --skip for temporary CLI selection
domainsreactnextjsproject

Continue with Biome

Save the full cheat sheet or work through every related task.

More Biome tasks

Back to the full Biome cheat sheet