awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Linters de errores para JavaScript con soporte de plugins

Clasificación actualizada el 30 jun 2026

Herramientas de análisis estático extensibles que identifican errores de programación comunes y aplican calidad de código en JavaScript.

Linters de errores para JavaScript con soporte de plugins

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • eslint/eslintAvatar de eslint

    eslint/eslint

    27,349Ver en 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
    Ver en GitHub↗27,349
  • sindresorhus/xoAvatar de sindresorhus

    sindresorhus/xo

    7,977Ver en 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
    Ver en GitHub↗7,977

Related searches

  • a lightweight logging library for JavaScript applications
  • herramienta para linting y formateo de código automatizado
  • un corrector ortográfico para código fuente y comentarios
  • un framework de testing unitario para JavaScript con snapshots
  • un linter y formateador de código rápido para Python
  • un formateador de código con opinión que soporta múltiples lenguajes
  • Linters, formateadores y analizadores de tipos
  • un linter para Dockerfiles