You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can add configs for formatting (Prettier, for example)?
You can also consider hooks for the git (Husky, for example), when, when pushing, the entire project is formatted to one style or does not allow pushing if the formatting is inappropriate.
This will improve the quality and make the code more uniform.
The text was updated successfully, but these errors were encountered:
Hey, I think that's a nice idea - I just don't want people to have to install any dependencies for a beginner friendly project (unfortunately that means no NPM)...
I've been thinking of making a github-actions bot that will autoformat code when maintainers merge, so that we get clean code without users having to install any dependencies.
Can add configs for formatting (Prettier, for example)?
You can also consider hooks for the git (Husky, for example), when, when pushing, the entire project is formatted to one style or does not allow pushing if the formatting is inappropriate.
This will improve the quality and make the code more uniform.
The text was updated successfully, but these errors were encountered: