Use @ alias imports. Formatted files.

This commit is contained in:
Jay
2025-08-01 23:28:56 -04:00
parent 68c7486725
commit f639876604
20 changed files with 82 additions and 42 deletions
+9 -3
View File
@@ -42,9 +42,15 @@
},
"prettier": {
"importOrder": [
"^@core/(.*)$",
"^@server/(.*)$",
"^@ui/(.*)$",
"^react$",
"^react-dom(.*)$",
"^react(.*)$",
"^@(?!(components|hooks|providers|/))(.*)$",
"^(?!@|[.])(.*)$",
"^@/(.*)$",
"^@components(.*)$",
"^@hooks(.*)$",
"^@providers(.*)$",
"^[./]"
],
"importOrderSeparation": true,