Skip to content

Commit 8141edf

Browse files
committed
Merge branch 'main' into typescript-strict-rules
2 parents 099f45a + a693c0e commit 8141edf

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
@@ -85,6 +85,13 @@ module.exports = {
8585
warnOnUnassignedImports: true,
8686
},
8787
],
88+
'sort-imports': [
89+
'error',
90+
{
91+
// The declarations are sorted more granularly by the import/order plugin.
92+
ignoreDeclarationSort: true
93+
}
94+
],
8895
'no-console': [
8996
'error',
9097
{

0 commit comments

Comments
 (0)