-
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
Prettier pre-commit hook #155
Conversation
✅ Deploy Preview for ecospheres ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Testé et approuvé 💯 J'ai par contre des erreurs de linter sur l'existant 😅
|
Via |
Oui c'est ça. Par exemple, sur un fake commit modifiant
Par contre, dans la mesure du possible / si c'est pas trop galère (selon les cas), ça serait cool de faire des PR séparées pour les correctifs de linting, plutôt que les grouper dans les PR de features (@YeLnatSs @edelagnier @bonjourmauko). |
@streino ca va être galère les PR séparées je pense – mais c'est vrai que ça va polluer le code des features. Sinon on peut:
|
Ça me semble bien comme approche. Tu peux faire le step 1 maintenant et on merge. On planifiera le step 2 par la suite 🙏 |
J'ai créé une issue pour pouvoir planifier l'étape 2 : #157 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Application des préconisations du linter/formater, rien à signaler de mon côté
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On se sent déjà plus propres !
🚀
This adds a pre-commit hook to avoid committing
unlinted/unformatted code.Should avoid situations like in #154 where
npm run format
formatted some old code unrelated to the PR.Give it a try,
npm run prepare
should be enough to get started.NB: I can cleanup formatting changes from this PR if needed.