This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
BFFE
/
CITS
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b26cb041c5
Branches
Tags
master
CITS
/
.husky
/
pre-commit
pre-commit
101 B
Historique
Raw
1
2
3
4
5
6
7
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# npx lint-staged
npm run format
npm run lint
npm run test