Enforcing ESLint rules: A guide to taming codebase chaos

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. eslint-disable-inserter

    Inserts eslint-ignore comments automatically

    It could be useful to track the correction of legacy eslint errors commented with a tool such as https://github.com/CorentinDoue/eslint-disable-inserter on your codebase.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. eslint-disabled-stats

    Compute statistics about the eslint rules disabled

    View on GitHub

  4. danger-js

    ⚠️ Stop saying "you forgot to …" in code review

    Make sure to not accept any Pull Request with commented ESLint errors to ensure a continuous improvement of your codebase quality. Some tools can help you to automate this part of the review, such as Danger JS.

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

  • DangerJS – automate common code review chores

    1 project | news.ycombinator.com | 31 Jan 2022
  • PRcop – open-source Pull Request linter for Github Actions built with JS

    2 projects | /r/javascript | 30 Oct 2021
  • How to deal with teammates forcing personal preference into code reviews and nit picking everything?

    2 projects | /r/ExperiencedDevs | 17 Jun 2021
  • React PWA Performance Study Case

    4 projects | dev.to | 23 Jan 2021
  • Supply Chain Attack on Reviewdog GitHub Actions

    1 project | news.ycombinator.com | 20 Mar 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?