Skip to content

Commit 1e95830

Browse files
committed
Remove conflicting sort-imports rules
1 parent 0cc8b92 commit 1e95830

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.eslintrc.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727
],
2828
"import/extensions": ["error", "ignorePackages"],
2929
"import/no-duplicates": ["error", { "prefer-inline": true }],
30-
"sort-imports": [
31-
"error",
32-
{
33-
"ignoreDeclarationSort": true,
34-
"allowSeparatedGroups": true
35-
}
36-
],
3730
"simple-import-sort/imports": [
3831
"error",
3932
{

0 commit comments

Comments
 (0)