dicoogle
dicoogle copied to clipboard
Prettier formatting commit hook requires installed node_modules
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.