Skip to content

Commit 4a40a8e

Browse files
authored
chore: simplify sort-imports rule (#19774)
1 parent 15e705a commit 4a40a8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eslint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,7 @@ export default tseslint.config(
175175
'sort-imports': [
176176
'error',
177177
{
178-
ignoreCase: false,
179178
ignoreDeclarationSort: true,
180-
ignoreMemberSort: false,
181-
memberSyntaxSortOrder: ['none', 'all', 'multiple', 'single'],
182-
allowSeparatedGroups: false,
183179
},
184180
],
185181

0 commit comments

Comments
 (0)