DEV Community

Discussion on: How to integrate Husky, ESLint, Prettier to project in less than 15 minutes (step-by-step guide)

Collapse
 
arianacosta profile image
Arian Acosta

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”.

Collapse
 
spock123 profile image
Lars Rye Jeppesen

Too bad it's tied to a specific JS framework.

Collapse
 
arianacosta profile image
Arian Acosta

It’s not. It’s fully customizable and extensible. Anyhow, new PRs are welcome for additional setups 😀

Thread Thread
 
smetankajakub profile image
Jakub Smetanka

sounds good, for me would be interesting setup for Angular

Thread Thread
 
spock123 profile image
Lars Rye Jeppesen

Cheers mate!
Definitely taking a look. thanks