Skip to content

Instantly share code, notes, and snippets.

@wazeerc
Created November 16, 2024 14:56
Show Gist options
  • Save wazeerc/09d0ab146e0eddbfe4a098daa2844484 to your computer and use it in GitHub Desktop.
Save wazeerc/09d0ab146e0eddbfe4a098daa2844484 to your computer and use it in GitHub Desktop.
Prettier Sort Imports
{
...
"importOrder": [
"^(.*).css$",
"^react$",
"<THIRD_PARTY_MODULES>",
"^@components/(.*)$",
"^@hooks/(.*)$",
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"plugins": [
"@trivago/prettier-plugin-sort-imports"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment