-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial CRA setup #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! 👍 Left some comments to look at before the merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! 👍. Left few comments to look at before merge.
- Fine-tunes the linting config - Adds pre-commit config - Fixes storybook dependency issue by using resolutions instead of skipping the preflight check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hooks work like a charm! 🚀
I've run yarn format:fix
on my local machine and seems like some files need to be formatted. Once we commit auto-formatted changes, remember about adding this commit hash to the .git-blame-ignore-revs
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍. We can discuss the commit rules later and address it in a follow-up PR. Leaving final approval to @michalsmiarowski.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a quick pass, looks good to me, and I see all commits from other reviewers were addressed just like they requested. Let's 🚢
@@ -0,0 +1,72 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add a license and I think it should be GPLv3.
Initial CRA setup major libraries installed: create-react-app eslint / prettier husky / lint-staged storybook chakra-ui
major libraries installed with this PR: