diff --git a/.prettierrc.json b/.prettierrc.json index ee7a020..e685a62 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,5 +2,10 @@ "printWidth": 80, "tabWidth": 2, "singleQuote": true, - "arrowParens": "always" -} + "arrowParens": "always", + "trailingComma": "all", + "semi": true, + "endOfLine": "lf", + "useTabs": false, + "jsxSingleQuote": false +} \ No newline at end of file