IEEE-RVCE / IEEE-RVCE.github.io

Development site of only frontend
https://ieee-rvce.org
1 stars 2 forks source link

chore: added pre-commit hook with smol default config #92

Closed Prajwalprakash3722 closed 1 year ago

Prajwalprakash3722 commented 1 year ago

Changes:

In this pull request, I added a new pre-commit hook to the project. I created a new file in the root directory of the project named .prettierrc.json that contains the configuration for the pre-commit hook run by husky.

Testing:

To test the new pre-commit hook,I ran the pre-commit run command, and the hook successfully identified the issues and over wrote those files with proper format.