diff --git a/.prettierrc b/.prettierrc index 3e70082e..d9706223 100644 --- a/.prettierrc +++ b/.prettierrc @@ -17,12 +17,5 @@ "proseWrap": "preserve", "htmlWhitespaceSensitivity": "css", "vueIndentScriptAndStyle": false, - "endOfLine": "auto", - "importOrder": [ - "^/@/stores/(.*)$", - "^/@/lib/(.*)$", - "^/@/(.*)", - "^[./]" - ], - "importOrderSeparation": true -} \ No newline at end of file + "endOfLine": "auto" +} diff --git a/src/App.vue b/src/App.vue index 4153ffcb..3761aeb0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@