Node.js built-in modules at the top will make good imports order in actual order #279
Unanswered
theamrittimalsina
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
Uh oh!
There was an error while loading. Please reload this page.
-
I suggest that maintainers add these features in the upcoming version.
Beta Was this translation helpful? Give feedback.
All reactions