Skip to content
Closed
Changes from all commits
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
6 changes: 4 additions & 2 deletions src/content/docs/linter/domains.mdx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a note at the top of the file: this file is auto generated. You need to update the codegen to edit this page.

Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ 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.
:::
Enabled the **all** rules of the domain:
```json title="biome.json" ins={3-5}
{
Expand Down Expand Up @@ -370,7 +371,8 @@ 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.
:::
Enabled the **all** rules of the domain:
```json title="biome.json" ins={3-5}
{
Expand Down