From 68be9e9f3f81fb26dbe02e378f7303ec540b5e59 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Wed, 5 Jul 2023 17:32:25 -0500 Subject: [PATCH] style: update prettierrc Update prettierrc --- .prettierrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.prettierrc b/.prettierrc index 7cc3473..a20502b 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,4 @@ - { - "trailingComma": "all", "singleQuote": true, - "arrowParens": "avoid" -} \ No newline at end of file + "trailingComma": "all" +}