ESLint & Prettier

김지영·2022년 6월 2일
0

Many JS developers use ESLint and Prettier to make their codes cleaner and "prettier". Although the two tools are often used together, they don't necessarily need to be used at the same time.

[ESLint]

  • identifies problematic patterns found in JS code
  • covers both code quality and coding style issues

[Prettier]

  • enforces a consistent style
  • can be run in your editor "on-save"
profile
아줌마

0개의 댓글