The missing chapter of Code Reviews

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cz-cli

    The commitizen command line utility. #BlackLivesMatter

    Commit messages have a purpose, so that when you look back in your history, you would know what are the constituents of a particular commit and you won’t have to diff each and every commit to look for the changes you require. I generally follow the Conventional Commits and Semantic Commit Messages to commit my changes, and there are tools which can help you write these beautiful commits like commitizen, still it is your responsibility to add a meaningful commit message, no matter if you follow and semantics.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • stylelint

    A mighty CSS linter that helps you avoid errors and enforce conventions.

    Lint - Tools such as ESLint and Stylelint can help you enforce various rules in javascript and css - code styles, restricting use of certain methods etc.

  • prettier

    Prettier is an opinionated code formatter.

    Code Styles - Tools such as Prettier can help you apply certain code formatting with ease.

  • ESLint

    Find and fix problems in your JavaScript code.

    Lint - Tools such as ESLint and Stylelint can help you enforce various rules in javascript and css - code styles, restricting use of certain methods etc.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Improve Development Experience of your React Project

    5 projects | dev.to | 21 Jan 2024
  • What does "senior" mean as a React developer?

    5 projects | /r/reactjs | 8 Jan 2022
  • 20 Best Libraries and Tools for React Developers

    11 projects | dev.to | 25 Jan 2023
  • Advice for experienced dev taking on front-end role?

    6 projects | /r/Frontend | 11 Nov 2022
  • Biomejs – one toolchain for your web project

    1 project | news.ycombinator.com | 19 Sep 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?