-
Notifications
You must be signed in to change notification settings - Fork 90
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
feat: configure formatting tools #502
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
I believe, we need to run prettier on all the files at least once before we merge this. No? Also @a2937 are you on our discord chat by any chance? |
Not necessarily. We could do that in a follow-up PR if we wanted. |
Yes I am in the discord chat. And I can try running it for sure. |
7fd7918
to
9de3a35
Compare
Because there are literally 210 files that get reformatted, even after I create a |
Checklist:
Update index.md
)Closes #497
This adds a husky pre-commit hook and automatically lints all committed files with lint-staged.