BUUPE / BUUPE.github.io

Official website of Upsilon Pi Epsilon at Boston University
https://upe.bu.edu/
MIT License
2 stars 3 forks source link

Run prettier and eslint as precommit hooks #102

Open ROODAY opened 3 years ago

ROODAY commented 3 years ago

Prettier will prevent a lot of unnecessary comments in code reviews for code style, and eslint will make sure we don't accidentally check in code that won't compile/has big errors. Inquisitor already does this so we can copy that (husky has changed however so the install process will be a bit different)