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