Closed seog-jun closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
storybook-gpt | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 6, 2023 5:30pm |
The current tabWidth is set to 4
, do you want to make it 2
?
The current tabWidth is set to
4
, do you want to make it2
?
Yes, please!
Fixes #8
Hi, I created the PR to add
Prettier
to the project and addedHusky
andpretty-quick
to applyPrettier
automatically when you make git commits. Also, I updated scripts in package.json to add 2 commands:format
andcheck-format
, you can use the commands manually.Let me know if there are files that you don't want to apply
Prettier
, and I can update.prettierignore
file, it depends on your preference. Thanks