From 324426a4bea64eebcef6f7c955d163e44bfa2177 Mon Sep 17 00:00:00 2001 From: kimheeseok Date: Wed, 25 Oct 2023 02:08:56 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=8A=A4=ED=84=B0=EB=8D=B0=EC=9D=B4=20?= =?UTF-8?q?=ED=94=84=EB=A6=AC=ED=8B=B0=EC=96=B4=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.prettierrc b/.prettierrc index 545ef25e..b8011af9 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,9 +1,8 @@ { "semi" : false, - "trailling Comma" : "none", + "trailingComma" : "none", "arrowParens": "always", "singleQuote": true, - "tab width" : 2, - "printwidth" : 80 - + "tabWidth" : 2, + "printWidth" : 80 } \ No newline at end of file