-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Divergence entre npm run format
et npm run lint
#191
Labels
build
Tout ce qui touche au build et CI
Comments
Je ferais:
|
bonjourmauko
added a commit
that referenced
this issue
Nov 28, 2023
bonjourmauko
added a commit
that referenced
this issue
Nov 28, 2023
bonjourmauko
added a commit
that referenced
this issue
Nov 28, 2023
bonjourmauko
added a commit
that referenced
this issue
Nov 28, 2023
bonjourmauko
added a commit
that referenced
this issue
Nov 28, 2023
streino
changed the title
build(npm): divergence entre
Divergence entre Feb 22, 2024
npm run format
et npm run lint
npm run format
et npm run lint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on #64
Amélioration technique
Contexte
Lorsque j'utilise
npm run format
etnpm run lint
,je m'attends à ce qu'il n'ait pas de diff.
npm run format git add -p npm run lint git diff | pbcopy (rien)
Problème rencontré par les utilisateurs
Ce n'est pas le cas :
npm run format git add -p npm run lint git diff | pbcopy
Proposition de solution au problème
Scénarios possibles (pas excluants)
Ne formatter que les fichiers changés (via @streino in feat(social): commente un bouquet #180 (comment)
Désactiver les règles qui rentrent en conflit
Désactiver l'option
--fix
dans package.jsonImplémenter Fix erreurs de linting #64
Intégrer
npm run lint
au pre-commit hook (dépend de Fix erreurs de linting #64)Définition de terminé
The text was updated successfully, but these errors were encountered: