diff --git a/.prettierrc b/.prettierrc index b073be1..7ef9456 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,5 @@ { - "arrowParens": "always", + "arrowParens": "avoid", "bracketSpacing": true, "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", @@ -15,6 +15,5 @@ "tabWidth": 2, "trailingComma": "none", "useTabs": false, - "vueIndentScriptAndStyle": false, - "parser": "vue" + "vueIndentScriptAndStyle": false } \ No newline at end of file