Skip to content

Commit

Permalink
Enable rule sort-imports for members
Browse files Browse the repository at this point in the history
There is no reason to not sort import members.
  • Loading branch information
remcohaszing committed Oct 30, 2023
1 parent 9d26144 commit 02ef855
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Expand Up @@ -475,6 +475,12 @@ module.exports = {
'error',
'always',
],
'sort-imports': [
'error',
{
ignoreDeclarationSort: true,
},
],
'space-before-blocks': [
'error',
'always',
Expand Down

0 comments on commit 02ef855

Please sign in to comment.