DEV Community

Discussion on: Which do you prefer? ESLint or Prettier or both?

Collapse
 
melodymorgan profile image
Melody Morgan

use both! prettier will take care of formatting while eslint will catch code quality bugs (e.g. unused variables) prettier.io/docs/en/comparison.html