What is it?

  • Opinionated Code Formatter

  • It removes all original styling and ensures that all outputted code conforms to a consistent style.

  • Works forĀ  JS, JSX, CSS, LESS, SASS, and TypeScript .

Why?

  • Formatting is the computer's job

  • Builds and enforces a consistent code style

  • Avoids style bike-shedding and PR nitpicks

  • Reduces mental burden

  • Great for beginners in a codebase

Prettier

By slamflipstrom

Prettier

  • 706