Skip to content

Commit

Permalink
Enable sort-imports rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Oct 25, 2023
1 parent 8a285a8 commit d079a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/library/configs/@javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ export default {
'object-shorthand': 'error',
'prefer-const': ['error', {destructuring: 'all'}],
'prefer-template': 'error',
'sort-imports': ['error', {ignoreDeclarationSort: true}],
},
} satisfies Linter.Config;

0 comments on commit d079a51

Please sign in to comment.