Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/linter/domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Enable the **recommended, non-nursery** rules of the domain:
}
}
```

:::note[No recommended rules]
Since all rules in this domain are nursery rules, no rules will be activated when enabling the domain. You need to enable the single rules.:::#
Since all rules in this domain are nursery rules, no rules will be activated when enabling the domain. You need to enable the single rules.
:::
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Enabled the **all** rules of the domain:
```json title="biome.json" ins={3-5}
{
Expand Down