sort-imports
UnreleasedConfiguration
rslint.config.ts
Rule Details
This rule enforces a consistent order for import declarations and for named members within an import declaration.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
The declaration order can be customized with memberSyntaxSortOrder.
ignoreCase, ignoreDeclarationSort, ignoreMemberSort, and
allowSeparatedGroups provide the same controls as ESLint.