Skip to content

Commit 93a6ead

Browse files
authored
Merge pull request #10 from aboutbits/force-import-declaration-sort
force import member sort
2 parents 7a12423 + 206aeaa commit 93a6ead

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ts.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ module.exports = {
8181
warnOnUnassignedImports: true,
8282
},
8383
],
84+
'sort-imports': [
85+
'error',
86+
{
87+
// The declarations are sorted more granularly by the import/order plugin.
88+
ignoreDeclarationSort: true
89+
}
90+
],
8491
'no-console': [
8592
'error',
8693
{

0 commit comments

Comments
 (0)