Software Alternatives & Reviews

Prettier, ESLint and Typescript

Prettier ESLint
  1. An opinionated code formatter
    Pricing:
    • Open Source
    The first tool I want to explore is Prettier. I would leave it to you to read more about what it is but, in short, it is a code formatter. What does it mean? It means that it will keep your codebase consistent (in terms of coding style). Do you use ;? If yes, it will ensure that all your files have it, for example. I like it for two reasons: we barely have to discuss code formatting and it is easy to onboard new members to the team.

    #Developer Tools #Code Analysis #JavaScript Framework 256 social mentions

  2. 2
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    ESLint has been around for a while. In short, it does a bit more than Prettier as it analyzes your code to find problems (or patterns that you don't want, like variables that are not used should be removed). Again, I invite you to read ESLint documentation if you want to go deeper into the topic. I like ESLint for the simple reason it helps me to find problems and configure some patterns in the project (it might be useful when onboarding new people). It is extremely extensible as well in case you're interested.

    #Code Coverage #Developer Tools #Code Quality 229 social mentions

Discuss: Prettier, ESLint and Typescript

Log in or Post with