Skip to content

Commit a690368

Browse files
committed
use import/order instead of sort-imports to sort named imports
1 parent b8d8ee8 commit a690368

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

ts.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,9 @@ module.exports = {
8282
},
8383
'newlines-between': 'never',
8484
warnOnUnassignedImports: true,
85+
named: true
8586
},
8687
],
87-
'sort-imports': [
88-
'error',
89-
{
90-
// The declarations are sorted more granularly by the import/order plugin.
91-
ignoreDeclarationSort: true
92-
}
93-
],
9488
'no-console': [
9589
'error',
9690
{

0 commit comments

Comments
 (0)