Skip to content
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

Implementing prettier formatting through external file #94

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

humphd
Copy link
Contributor

@humphd humphd commented Feb 2, 2023

Fixes #35
Fixes #31

Co-authored-by: "Ririio" xririio@gmail.com

This is a git cleanup of #56 by @Ririio.

This requires you to run npm install in order to setup the git pre-commit hook, which will run prettier before a commit is added to git. We've also removed the format script, since it doesn't seem to work properly due to an issue in prettier's directory scanning logic (we don't really need it, since we have VSCode support and the git pre-commit hook to fix our formatting).

…ernal file

Co-authored-by: "Ririio" <xririio@gmail.com>
@humphd humphd requested review from SerpentBytes and shawnyu5 and removed request for SerpentBytes February 2, 2023 20:38
@humphd humphd requested review from SerpentBytes and Ririio February 2, 2023 20:38
@humphd humphd merged commit cef501b into DevelopingSpace:main Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EsLint and Prettier Implementation Setup git hooks for the consistency of the code
3 participants