# Rules

Check out the list of all ESLint rules that this plugin includes.
All rules are automatically fixable with the `--fix` CLI option.

| Rule | Description |
| --- | --- |
| [sort-array-includes](/rules/sort-array-includes.md) | Enforce sorted arrays before include method |
| [sort-arrays](/rules/sort-arrays.md) | Enforce sorted arrays based on custom conditions |
| [sort-classes](/rules/sort-classes.md) | Enforce sorted classes |
| [sort-decorators](/rules/sort-decorators.md) | Enforce sorted decorators |
| [sort-enums](/rules/sort-enums.md) | Enforce sorted TypeScript enums |
| [sort-export-attributes](/rules/sort-export-attributes.md) | Enforce sorted export attributes |
| [sort-exports](/rules/sort-exports.md) | Enforce sorted exports |
| [sort-heritage-clauses](/rules/sort-heritage-clauses.md) | Enforce sorted heritage clauses |
| [sort-import-attributes](/rules/sort-import-attributes.md) | Enforce sorted import attributes |
| [sort-imports](/rules/sort-imports.md) | Enforce sorted imports |
| [sort-interfaces](/rules/sort-interfaces.md) | Enforce sorted interface properties |
| [sort-intersection-types](/rules/sort-intersection-types.md) | Enforce sorted intersection types |
| [sort-jsx-props](/rules/sort-jsx-props.md) | Enforce sorted JSX props |
| [sort-maps](/rules/sort-maps.md) | Enforce sorted Map elements |
| [sort-modules](/rules/sort-modules.md) | Enforce sorted modules |
| [sort-named-exports](/rules/sort-named-exports.md) | Enforce sorted named exports |
| [sort-named-imports](/rules/sort-named-imports.md) | Enforce sorted named imports |
| [sort-object-types](/rules/sort-object-types.md) | Enforce sorted object types |
| [sort-objects](/rules/sort-objects.md) | Enforce sorted objects |
| [sort-sets](/rules/sort-sets.md) | Enforce sorted Set elements |
| [sort-switch-case](/rules/sort-switch-case.md) | Enforce sorted switch case statements |
| [sort-union-types](/rules/sort-union-types.md) | Enforce sorted union types |
| [sort-variable-declarations](/rules/sort-variable-declarations.md) | Enforce sorted variable declarations |
