DEV Community

Discussion on: ESLint seems useless to me. Should I use it?

Collapse
 
stereobooster profile image
stereobooster

I suggest to use prettier for formatting and eslint for error detection, like unused varaibles etc. Check out this eslint config npmjs.com/package/eslint-config-re...

Collapse
 
nathansebhastian profile image
Nathan Sebhastian

Yeah that seems to be the best of both worlds these days. ESLint can also fix errors using --fix option