Skip to content

Commit d6a9a20

Browse files
authored
Merge pull request #13 from aboutbits/enable-named-import-order
use import/order instead of sort-imports to sort named imports
2 parents b8d8ee8 + a690368 commit d6a9a20

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)