Skip to content

Commit

Permalink
chore : 프리티어, 스토리북 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlim0070 committed Oct 25, 2024
1 parent 1b130c0 commit 2d08d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"endOfLine": "auto",
"singleQuote": true,
"semi": false,
"semi": true,
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"printWidth": 120,
"printWidth": 80,
"arrowParens": "always"
}
3 changes: 2 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const config: StorybookConfig = {
framework: {
name: '@storybook/react-webpack5',
options: {}
}
},
staticDirs: ['../public']
}
export default config

0 comments on commit 2d08d75

Please sign in to comment.