🔧 This rule is automatically fixable by the --fix
CLI option.
Specifiers are sorted naturally, the same as imports within groups. type
keywords are ignored during sorting.
export default [
{
rules: {
'import-sorting/specifier-order': 'error',
},
},
]