Skip to content

Commit ef9279e

Browse files
committed
force import declaration sort
1 parent 7a12423 commit ef9279e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ts.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ module.exports = {
8181
warnOnUnassignedImports: true,
8282
},
8383
],
84+
'sort-imports': [
85+
'error',
86+
{
87+
ignoreDeclarationSort: true
88+
}
89+
],
8490
'no-console': [
8591
'error',
8692
{

0 commit comments

Comments
 (0)