nashvillefcc / nashvillefccwebsite

Contains code related to Nashville FCC website
https://www.nashvillefcc.com
MIT License
9 stars 12 forks source link

add pre-commit hook for prettier #118

Closed ghost closed 3 years ago

ghost commented 3 years ago

Resolves #97.

Description of Changes

Add a pre-commit hook for prettier by running the command npx mrm@2 lint-staged.

How Can I Test This?

Edit a file, git add and commit to see the file get auto formatted.