From 53d6734766337d3c07abe3c9be55f86499fe0f0e Mon Sep 17 00:00:00 2001 From: twlite <46562212+twlite@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:22:50 +0545 Subject: [PATCH] chore: prettier --- .prettierrc.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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