Prettier formatting commit hook requires installed node_modules
Opened this issue · 0 comments
Enet4 commented
Users may be blocked from committing their code due to the husky pre-commit hook, as this one is provided via npm on the web app. Users who are not working on the web application are also required to call npm install
there regardless.
This should be tweaked to allow for the hook to skip the formatting step if husky is not available.