Skip to content

Commit

Permalink
Merge pull request #26 from prgrms-fe-devcourse/25-chore-prettier-sto…
Browse files Browse the repository at this point in the history
…rybook-환경-설정-변경

chore : 프리티어, 스토리북 설정 변경
  • Loading branch information
cmlim0070 authored Oct 26, 2024
2 parents 1b130c0 + 2d08d75 commit 018775b
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 018775b

Please sign in to comment.