awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

Awesome GitHub RepositoriesJavaScript Linters

Static analysis tools specifically for JavaScript that identify style violations and potential errors.

Distinct from Code Formatting and Linting: Focuses on the linting of JavaScript source code rather than broader toolchains or learning exercises.

Explore 10 awesome GitHub repositories matching programming languages & runtimes · JavaScript Linters. Refine with filters or upvote what's useful.

Awesome JavaScript Linters GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • adobe/bracketsAvatar adobe

    adobe/brackets

    33,033Vezi pe GitHub↗

    Brackets is an extensible JavaScript IDE and front-end code editor specifically designed for authoring HTML, CSS, and JavaScript. It serves as a web development text editor that provides a specialized environment for building websites. The editor is distinguished by its live preview capabilities, which render code changes in a browser in real time for immediate visual feedback. It further supports front-end workflows through inline style editing and the ability to synchronize code changes across multiple browser windows for cross-browser testing. The project includes a wide range of developm

    Automatically analyzes JavaScript files for syntax errors and style violations during file system events.

    JavaScript
    Vezi pe GitHub↗33,033
  • standard/standardAvatar standard

    standard/standard

    29,431Vezi pe GitHub↗

    Standard is a suite of static analysis tools for JavaScript, comprising a linter, formatter, and a predefined style guide. It functions as a static code analyzer that scans source code for style violations and potential errors without executing the program. The project provides an automatic code fixer that rewrites source code to resolve formatting issues and enforce syntax consistency. It implements a standardized set of rules for JavaScript formatting and syntax to ensure a uniform appearance across different projects. The system covers a wide range of static analysis capabilities, includi

    Checks JavaScript source code for style violations and common errors to ensure a consistent codebase.

    JavaScriptdevelopmentecmascriptes6
    Vezi pe GitHub↗29,431
  • rome/toolsAvatar rome

    rome/tools

    23,417Vezi pe GitHub↗

    This project is a unified toolchain for JavaScript and TypeScript development, providing a suite of specialized tools for bundling, parsing, linting, and formatting source code. The toolchain is implemented in Rust and utilizes a shared internal representation to allow multiple tools to operate on the same parsed source code. It employs a parallelized analysis pipeline and single-pass parsing with error recovery to process files across CPU cores. The suite covers several core capability areas, including static analysis for identifying programmatic errors, automated style standardization, and

    Identifies style violations and potential programmatic errors in JavaScript source code via static analysis.

    Rustformatterjavascriptlinter
    Vezi pe GitHub↗23,417
  • web-infra-dev/oxcAvatar web-infra-dev

    web-infra-dev/oxc

    21,721Vezi pe GitHub↗

    oxc is a high-performance JavaScript toolchain developed in Rust for parsing, transforming, and analyzing JavaScript and TypeScript source code. It provides a set of core utilities including a parser that converts code into an abstract syntax tree, a linter for identifying problematic patterns, a formatter for standardizing visual style, and a minifier for reducing production file sizes. The project focuses on high-performance execution through a system design that utilizes single-pass parsing, zero-copy string slicing, and parallel worker processing to handle large codebases. It further opti

    Provides a static analysis tool that identifies problematic patterns and enforces coding standards.

    Rust
    Vezi pe GitHub↗21,721
  • jshint/jshintAvatar jshint

    jshint/jshint

    9,064Vezi pe GitHub↗

    JSHint is a JavaScript static analysis tool and linter designed to detect errors and enforce coding standards. It functions as a syntax validator that scans source code to identify potential logic problems and programming mistakes before the code is executed. The tool provides a command line interface for analyzing files and directories. It supports the export of analysis results into standardized formats such as Checkstyle for integration with external build tools. Analysis is managed through a system of linting rule management and environment global configuration. This includes the ability

    Provides a comprehensive JavaScript linter that identifies syntax errors and enforces coding standards.

    JavaScript
    Vezi pe GitHub↗9,064
  • sindresorhus/xoAvatar sindresorhus

    sindresorhus/xo

    7,977Vezi pe 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

    Acts as a static analysis tool that identifies style violations and potential errors in JavaScript code.

    TypeScript
    Vezi pe GitHub↗7,977
  • xojs/xoAvatar xojs

    xojs/xo

    7,977Vezi pe GitHub↗

    xo is a zero-configuration linting tool for JavaScript and TypeScript. It functions as a wrapper for the ESLint engine, providing a set of strict default rules and static analysis to enforce professional coding standards without requiring manual configuration files. The tool distinguishes itself by providing a zero-config runtime that automatically determines parser settings and linting rules at execution time. It includes a code style formatter to standardize indentation and syntax across all project files. The project covers automated error correction and source code formatting to eliminat

    Functions as a zero-configuration wrapper for the ESLint engine to enforce professional coding standards automatically.

    TypeScript
    Vezi pe GitHub↗7,977
  • mdevils/node-jscsAvatar mdevils

    mdevils/node-jscs

    4,935Vezi pe GitHub↗

    node-jscs este un instrument de analiză statică a codului și un linter de stil pentru codul JavaScript. Acesta funcționează ca un formator de cod JavaScript care impune un ghid de stil consistent și reguli de formatare în tot codul sursă. Proiectul gestionează standardele de codare ale echipei prin verificarea codului sursă în raport cu regulile de stil definite pentru a menține consistența vizuală. Acesta oferă un flux de lucru de linting JavaScript care identifică încălcările de stil și efectuează formatarea automată a codului pentru a rezolva inconsecvențele. Sistemul utilizează analiza statică bazată pe AST pentru a verifica regulile stilistice fără a executa codul. Acesta folosește potrivirea de tipare bazată pe reguli și o parcurgere a arborelui de tip visitor-pattern pentru a identifica încălcările de formatare, care sunt apoi rezolvate prin transformarea automată a sursei.

    Provides static analysis to identify style violations and enforce a consistent style guide in JavaScript.

    JavaScript
    Vezi pe GitHub↗4,935
  • jscs-dev/node-jscsAvatar jscs-dev

    jscs-dev/node-jscs

    4,936Vezi pe GitHub↗

    node-jscs este un linter JavaScript și un verificator de stil de cod conceput pentru a analiza codul sursă și a impune standarde de codare consistente. Acesta funcționează ca un instrument de analiză statică ce identifică tipare în codul JavaScript pentru a asigura respectarea ghidurilor de stil definite. Proiectul oferă capabilități atât pentru linting-ul codului JavaScript, cât și pentru formatarea automată a codului. Acesta poate verifica codul sursă pentru încălcări de stil și poate corecta automat acele erori pentru a alinia baza de cod cu un set specificat de reguli de formatare.

    Provides static analysis for JavaScript to identify style violations and enforce coding standards.

    JavaScript
    Vezi pe GitHub↗4,936
  • sindresorhus/eslint-plugin-unicornAvatar sindresorhus

    sindresorhus/eslint-plugin-unicorn

    4,931Vezi pe GitHub↗

    eslint-plugin-unicorn is an ESLint plugin that provides a large set of opinionated lint rules for JavaScript and TypeScript projects. Its primary purpose is to enforce code quality, prevent common errors and anti-patterns, and promote a consistent coding style across a codebase. The plugin distinguishes itself by offering an opinionated preset configuration that imposes a specific coding style rather than leaving all choices to the user. Its rules are specifically designed to catch logical mistakes and code smells that go beyond standard ESLint rules. As an added capability, the plugin also e

    Helps catch common programming errors and logical mistakes in JavaScript code.

    JavaScripteslinteslint-configeslint-plugin
    Vezi pe GitHub↗4,931
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Linters

Explorează sub-etichetele

  • Zero-Configuration WrappersLinter implementations that wrap existing engines to provide immediate, strict default rules without manual setup. **Distinct from JavaScript Linters:** Distinct from general JavaScript Linters by focusing on the zero-config wrapper architecture rather than just the analysis capability