sandoche / Darkmode.js

🌓 Add a dark-mode / night-mode to your website in a few seconds
https://darkmodejs.learn.uno
MIT License
2.71k stars 175 forks source link

Added a script to run prettier on all files and Added a pre-commit hook to run prettier on affected files #65

Closed yogeshnikam671 closed 3 years ago

yogeshnikam671 commented 3 years ago

Added a script prettier:app to format all the files in the app using prettier. Also added a pre-commit hook to run prettier only on the affected files so that the files remain neat throughout the app.

sandoche commented 3 years ago

I will check this soon!