Add import order sorting rules
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -19,6 +19,12 @@ export const importsConfigs = [
|
||||
position: "after",
|
||||
},
|
||||
],
|
||||
"named": true,
|
||||
"alphabetize": {
|
||||
order: "asc",
|
||||
orderImportKind: "asc",
|
||||
caseInsensitive: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user