Skip to content

Commit

Permalink
Disable sort-modules rule in ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 3, 2025
1 parent 5bf59b4 commit 3e892a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/common.rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default tseslint.config(
'no-unused-vars': 'off',
'no-var': 'error',
'perfectionist/sort-imports': ['error', { partitionByComment: true }],
'perfectionist/sort-modules': ['error', { partitionByComment: true }],
'perfectionist/sort-modules': ['off'],
'perfectionist/sort-objects': ['error', { partitionByComment: true }],
},
},
Expand Down

0 comments on commit 3e892a8

Please sign in to comment.