JavaScript Actions
Below the list of rules supported by Biome, divided by group. Here’s a legend of the emojis:
- The icon indicates that the rule is part of the recommended rules.
- The icon indicates that the rule provides a code action (fix) that is safe to apply.
- The icon indicates that the rule provides a code action (fix) that is unsafe to apply.
- The icon 2.0 beta release. indicates that the rule is currently only available in the
source
Section titled sourceRule name | Description | Properties |
---|---|---|
organizeImports | Provides a code action to sort the imports and exports in the file using a built-in or custom order. | |
useSortedAttributes | Enforce attribute sorting in JSX elements. | |
useSortedKeys | Enforce ordering of a JS object properties. |
Recommended rules
Section titled Recommended rules- organizeImports ((Severity: Information)