Skip to content

Commit 206aeaa

Browse files
committed
add comment about the sort-imports declarations ignore
1 parent ef9279e commit 206aeaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ module.exports = {
8484
'sort-imports': [
8585
'error',
8686
{
87+
// The declarations are sorted more granularly by the import/order plugin.
8788
ignoreDeclarationSort: true
8889
}
8990
],

0 commit comments

Comments
 (0)