Node.js built-in modules at the top will make good imports order in actual order #279
Unanswered
AionWitstorm
asked this question in
Ideas
Replies: 1 comment
|
You can achieve the same result by setting "importOrder": [
"^node:(.*)$",
"<THIRD_PARTY_MODULES>",
"^@/(.*)$",
"^[./]"
], |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I suggest that maintainers add these features in the upcoming version.
All reactions