Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit dfa175af authored by Plumtree3D's avatar Plumtree3D Committed by Christophe Chaudier
Browse files

test: implemented automatic lint on commit

implemented automatic run of lit and format fix on commit with Husky
parent 410584a2
No related branches found
No related tags found
1 merge request!84Resolve "add git hook with lint"
Pipeline #8802 passed
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
echo 'Starting commit... 🐶'
npm run lint -- --fix
echo 'Code indented 👍'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment