You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importOrder: [
"",
"<BUILTIN_MODULES>", // Node.js built-in modules
"",
"<THIRD_PARTY_MODULES>", // Imports not matched by other special words or groups.
"",
"^[.]", // relative imports
],
Your Environment
Describe the bug
Imports from
node:testare not properly grouped with other builtin modulesTo Reproduce
Try to import from
node:testand notice that it is not included with othernode:*importsExpected behavior
imports from
node:testwould be grouped with the other builtin modulesScreenshots, code sample, etc
Screen.Recording.2024-01-29.at.11.35.45.PM.mov
Configuration File (cat .prettierrc, prettier.config.js, .prettier.js)
Error log
N/A
Contribute to @ianvs/prettier-plugin-sort-imports