1 Commits

Author SHA1 Message Date
16d30d45dc chore: add lint-all.sh script for automated linting with --fix
**Motivations :**
- Créer un script shell pour linter tout le projet avec correction automatique
- Faciliter l'exécution du linting avec --fix

**Modifications :**
- Créer lint-all.sh qui appelle npm run lint (qui inclut déjà --fix)
- Rendre le script exécutable

**Pages affectées :**
- lint-all.sh (nouveau script)
2025-10-29 16:28:04 +01:00