Usage of code formatter increases the readability of code and helps to keep the same style in the whole project. In this article, we will go throug...
For further actions, you may consider blocking this person and/or reporting abuse
Good guide with husky and everything. Alternatively, I also authored the Poetic NPM package that automatically configures eslint, prettier and the airbnb guide for TS, JS and React by running a single command: “npx poetic”.
Too bad it's tied to a specific JS framework.
It’s not. It’s fully customizable and extensible. Anyhow, new PRs are welcome for additional setups 😀
sounds good, for me would be interesting setup for Angular
Cheers mate!
Definitely taking a look. thanks
Hi @smetankajakub 👋
Just a little error on
.prettierignore.json
=> it's just.prettierignore
(not precise the extension)Otherwise all sound good 👍 🙌
Thanks Jimmy, you are right!
Short version
mrm prettier eslint lint-staged
Husky is such a useful extension great guide btw.
Thanks, Andrew
Alternative title: How to make your commits take 30 seconds instead of 100ms ;-)