Closed aidenstern closed 2 years ago
Did you still want me to change the name of the npm
scripts?
Did you still want me to change the name of the
npm
scripts?
I think this is up to @thewilloftheshadow
You can leave as is, and I'll rebase the other PR to use the new scripts
On initial clone of the repo:
npm install
npm run prepare
And the pre-commit hooks with husky will be setup. Every commit will run eslint and prettier formatter on the staged files. This can be bypassed with git commit --no-verify however, so it would be best to add a github action that verifies the formatting and runs eslint again just to make sure.