chore(prettier): ensure @/lib and @feature are correctly sorted

This commit is contained in:
fero
2024-04-03 22:37:55 -07:00
parent 5c8c803a68
commit 11213f7585

View File

@@ -8,10 +8,12 @@
"importOrder": [
"^@/components/(.*)$",
"^@/hoc/(.*)$",
"^@/lib/(.*)$",
"^@/api/(.*)$",
"^@/state(.*)$",
"^@/state/(.*)$",
"^@/plugins/(.*)$",
"^@feature/(.*)$",
"^[./]"
],
"importOrderSeparation": true,