awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Pluggable JavaScript Bug Linters

Ranking updated Jun 30, 2026

Extensible static analysis tools that identify common programming errors and enforce code quality in JavaScript.

Pluggable JavaScript Bug Linters

Find the best repos with AI.We'll search the best matching repositories with AI.
  • eslint/eslinteslint avatar

    eslint/eslint

    27,349View on GitHub↗

    This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit

    ESLint is the leading pluggable JavaScript linter, offering a vast plugin ecosystem, custom rule creation, AST-based static analysis, auto-fix, and deep IDE integration—exactly what you need for extensible bug detection and code quality enforcement.

    JavaScriptCustom Analysis RulesShareable ConfigurationsAutomated Code Fixers
    View on GitHub↗27,349
  • sindresorhus/xosindresorhus avatar

    sindresorhus/xo

    7,977View on GitHub↗

    xo is a zero-config linting tool and ESLint wrapper that provides opinionated default rules for JavaScript and TypeScript. It functions as a static analysis tool to enforce code style and readability standards immediately upon installation without requiring manual configuration. The tool distinguishes itself by providing a zero-config development workflow that eliminates the need for complex configuration files. It supports incremental codebase cleanup by allowing users to ignore known violations through a suppressions file, facilitating the gradual adoption of strict rules in existing projec

    xo is a zero-config linting tool built on ESLint that performs AST-based static analysis and supports modern JavaScript and TypeScript, but its opinionated defaults and wrapper design may limit custom rule creation and configuration flexibility compared to a fully pluggable linter.

    TypeScriptShareable Configurations
    View on GitHub↗7,977

Related searches

  • a lightweight logging library for JavaScript applications
  • a tool for automated code linting and formatting
  • a spell checker for source code and comments
  • a unit testing framework for JavaScript with snapshots
  • a fast Python linter and code formatter
  • an opinionated code formatter that supports many languages
  • Linters, formatters and type checkers
  • a Dockerfile linter