Clean up your js code with ESLint

I made another code kata video, I love ESLint and wanted to share more about why and how to use it!

3 Likes

Have you played around with eslint --fix yet? It makes linting even better! I usually add a npm run lint:fix npm script to my package.json

I have, pretty handy thing. I should also check this forum more often :laughing:

I started using eslint a month or so ago and I don’t think I can live without it now. Really makes your code consistence, reminds you to do the right things, keeps you out of trouble.

I did shut off a thing or two that annoyed me but once you tune it to your team’s needs it provides a lot of value.