From 2d08d75d9aa4817d2a3fb2928975115a56ab29f0 Mon Sep 17 00:00:00 2001 From: chaemin <87525734+cmlim0070@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:15:02 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20=ED=94=84=EB=A6=AC=ED=8B=B0?= =?UTF-8?q?=EC=96=B4,=20=EC=8A=A4=ED=86=A0=EB=A6=AC=EB=B6=81=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 4 ++-- .storybook/main.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.prettierrc b/.prettierrc index 6040d66..1392086 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,10 +1,10 @@ { "endOfLine": "auto", "singleQuote": true, - "semi": false, + "semi": true, "useTabs": false, "tabWidth": 4, "trailingComma": "none", - "printWidth": 120, + "printWidth": 80, "arrowParens": "always" } diff --git a/.storybook/main.ts b/.storybook/main.ts index d15c5d1..5558315 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -13,6 +13,7 @@ const config: StorybookConfig = { framework: { name: '@storybook/react-webpack5', options: {} - } + }, + staticDirs: ['../public'] } export default config