Skip to content

Commit

Permalink
resolve merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jan 11, 2024
1 parent 838edba commit 06cbfb3
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 5 deletions.
2 changes: 2 additions & 0 deletions crates/biome_js_analyze/src/semantic_analyzers/nursery.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 22 additions & 3 deletions crates/biome_service/src/configuration/linter/rules.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/biome_service/src/configuration/parse/json/rules.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/@biomejs/backend-jsonrpc/src/workspace.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/@biomejs/biome/configuration_schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/src/components/generated/NumberOfRules.astro

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/src/content/docs/linter/rules/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,4 @@ Rules that belong to this group <strong>are not subject to semantic version</str
| [useNodejsImportProtocol](/linter/rules/use-nodejs-import-protocol) | Enforces using the <code>node:</code> protocol for Node.js builtin modules. | <span aria-label="The rule has an unsafe fix" role="img" title="The rule has an unsafe fix">⚠️ </span> |
| [useNumberNamespace](/linter/rules/use-number-namespace) | Use the <code>Number</code> properties instead of global ones. | <span aria-label="The rule has an unsafe fix" role="img" title="The rule has an unsafe fix">⚠️ </span> |
| [useShorthandFunctionType](/linter/rules/use-shorthand-function-type) | Enforce using function types instead of object type with call signatures. | <span aria-label="The rule has a safe fix" role="img" title="The rule has a safe fix">🔧 </span> |
| [useSortedClasses](/linter/rules/use-sorted-classes) | Enforce the sorting of CSS classes. | <span aria-label="The rule has a safe fix" role="img" title="The rule has a safe fix">🔧 </span> |
6 changes: 5 additions & 1 deletion website/src/content/docs/linter/rules/use-sorted-classes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
title: useSortedClasses (since vnext)
title: useSortedClasses (not released)
---

**Diagnostic Category: `lint/nursery/useSortedClasses`**

:::danger
This rule hasn't been released yet.
:::

:::caution
This rule is part of the [nursery](/linter/rules/#nursery) group.
:::
Expand Down

0 comments on commit 06cbfb3

Please sign in to comment.