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

Resolve "Add badground color on sections in index"

Merged Celeste Robert requested to merge 103-add-badground-color-on-sections-in-index into master
All threads resolved!
Files
13
.husky/pre-commit 0 → 100755
+ 6
0
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
echo 'Starting commit... 🐶'
npm run lint -- --fix
echo 'Code indented 👍'
Loading