Use @ alias imports. Formatted files.
This commit is contained in:
+9
-3
@@ -42,9 +42,15 @@
|
||||
},
|
||||
"prettier": {
|
||||
"importOrder": [
|
||||
"^@core/(.*)$",
|
||||
"^@server/(.*)$",
|
||||
"^@ui/(.*)$",
|
||||
"^react$",
|
||||
"^react-dom(.*)$",
|
||||
"^react(.*)$",
|
||||
"^@(?!(components|hooks|providers|/))(.*)$",
|
||||
"^(?!@|[.])(.*)$",
|
||||
"^@/(.*)$",
|
||||
"^@components(.*)$",
|
||||
"^@hooks(.*)$",
|
||||
"^@providers(.*)$",
|
||||
"^[./]"
|
||||
],
|
||||
"importOrderSeparation": true,
|
||||
|
||||
Reference in New Issue
Block a user