Skip to content

Commit

Permalink
fix(import/order): disable alphabetize option, prefer organize-import…
Browse files Browse the repository at this point in the history
… of tsc (#894)
  • Loading branch information
teppeis committed Mar 19, 2023
1 parent dba0fb1 commit e10917d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/module-base.js
Expand Up @@ -31,11 +31,7 @@ module.exports = {
"import/order": [
2,
{
groups: [
["builtin", "external", "internal"],
["index", "parent", "sibling"],
],
alphabetize: { order: "asc", caseInsensitive: true },
groups: [["builtin", "external"], "internal", "index", "parent", "sibling"],
},
],
},
Expand Down

0 comments on commit e10917d

Please sign in to comment.