diff --git a/.prettierrc b/.prettierrc index 7ca2d9c..1bc1ed2 100644 --- a/.prettierrc +++ b/.prettierrc @@ -9,7 +9,13 @@ "trailingComma": "all", "singleQuote": true, "semi": true, - "importOrder": ["^@core/(.*)$", "^@ui/(.*)$", "@assets/(.*)$", "^[./]"], + "importOrder": [ + "^@core/(.*)$", + "^@assets/(.*)$", + "^@components/(.*)$", + "^@views/(.*)$", + "^[./]" + ], "importOrderSeparation": true, "importOrderSortSpecifiers": true } diff --git a/index.html b/index.html index 9ff106c..844c35a 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,17 @@ -