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
·
Back to developer239/linters

Open-source alternatives to Linters

30 open-source projects similar to developer239/linters, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Linters alternative.

  • a11yfred/neighborAvatar de a11yfred

    a11yfred/neighbor

    1Ver en GitHub↗

    Catch accessibility issues in your markup, CSS, and copy before they ship. The a11yfred linter ecosystem for modern web frameworks and prose.

    JavaScript
    Ver en GitHub↗1
  • cyrilletuzi/angular-eslint-zonelessAvatar de cyrilletuzi

    cyrilletuzi/angular-eslint-zoneless

    3Ver en GitHub↗

    ESLint rules for Angular zoneless.

    TypeScript
    Ver en GitHub↗3
  • ducktordanny/eslint-plugin-ng-module-sortAvatar de ducktordanny

    ducktordanny/eslint-plugin-ng-module-sort

    5Ver en GitHub↗

    Sort Angular and NestJS module imports, declarations, exports, controls, etc.

    TypeScript
    Ver en GitHub↗5
  • ni/javascript-styleguideAvatar de ni

    ni/javascript-styleguide

    9Ver en GitHub↗

    JavaScript and TypeScript Style Guide

    JavaScript
    Ver en GitHub↗9
  • angular-eslint/angular-eslintAvatar de angular-eslint

    angular-eslint/angular-eslint

    1,785Ver en GitHub↗

    :sparkles: Monorepo for all the tooling related to using ESLint with Angular

    TypeScript
    Ver en GitHub↗1,785

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • yoo-digital/eslint-plugin-angularAvatar de yoo-digital

    yoo-digital/eslint-plugin-angular

    0Ver en GitHub↗

    Custom lint rules for Angular

    TypeScript
    Ver en GitHub↗0
  • leritas/eslint-plugin-angular-class-orderingAvatar de Leritas

    Leritas/eslint-plugin-angular-class-ordering

    0Ver en GitHub↗

    EsLint Plugin for member-ordering in Angular classes.

    TypeScript
    Ver en GitHub↗0
  • cyrilletuzi/angular-eslint-injection-contextAvatar de cyrilletuzi

    cyrilletuzi/angular-eslint-injection-context

    2Ver en GitHub↗

    ESLint rules for Angular injection context.

    TypeScript
    Ver en GitHub↗2
  • noneforge/eslint-config-angularAvatar de noneforge

    noneforge/eslint-config-angular

    2Ver en GitHub↗

    Angular ESLint configuration with TypeScript, component rules, and accessibility

    TypeScript
    Ver en GitHub↗2
  • nagashimam/ngx-html-bridge-markuplintAvatar de nagashimam

    nagashimam/ngx-html-bridge-markuplint

    1Ver en GitHub↗

    This library serves as a bridge between Markuplint(https://markuplint

    TypeScript
    Ver en GitHub↗1
  • glitch452/eslint-config-spartanAvatar de glitch452

    glitch452/eslint-config-spartan

    3Ver en GitHub↗

    An opinionated ESLint configuration

    TypeScript
    Ver en GitHub↗3
  • icrawl/eslint-config-neonAvatar de iCrawl

    iCrawl/eslint-config-neon

    63Ver en GitHub↗

    The ultimate ESLint shareable config

    TypeScript
    Ver en GitHub↗63
  • jbz797/eslint-config-angular-strictAvatar de Jbz797

    Jbz797/eslint-config-angular-strict

    5Ver en GitHub↗

    Modern ESLint configuration with strict rules for Angular development

    JavaScript
    Ver en GitHub↗5
  • jankru/lint-a-lotAvatar de JanKru

    JanKru/lint-a-lot

    1Ver en GitHub↗

    The purpose of this package is to wrap common eslint and stylelint extensions in order to set them up as quickly as possible for a angular-project. Also this project contains a .editorconfig that should be used.

    JavaScript
    Ver en GitHub↗1
  • alexjoverm/typescript-library-starterAvatar de alexjoverm

    alexjoverm/typescript-library-starter

    4,359Ver en GitHub↗

    This project is a TypeScript library starter kit that provides a pre-configured development environment for building and publishing typed packages. It establishes a zero-config build pipeline to accelerate the creation of library projects. The toolkit includes a RollupJS bundle configuration to compile source code into optimized bundles with automatic type definition generation. It integrates a semantic release workflow to manage versioning and changelogs based on conventional commit messages, alongside a Jest testing framework suite for stability verification. The environment covers code qu

    TypeScriptcoverallsjestlibrary
    Ver en GitHub↗4,359
  • rust-unofficial/patternsAvatar de rust-unofficial

    rust-unofficial/patterns

    8,843Ver en GitHub↗

    A catalogue of Rust design patterns, anti-patterns and idioms

    Handlebarsantipatternsidiomspatterns
    Ver en GitHub↗8,843
  • sindresorhus/eslint-plugin-unicornAvatar de sindresorhus

    sindresorhus/eslint-plugin-unicorn

    4,931Ver en 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

    JavaScripteslinteslint-configeslint-plugin
    Ver en GitHub↗4,931
  • microsoft/rushstackAvatar de microsoft

    microsoft/rushstack

    6,479Ver en GitHub↗

    Rushstack is a comprehensive toolset for managing large-scale TypeScript monorepos, providing a framework for build pipeline automation, dependency coordination, and static analysis. It functions as an incremental build orchestrator and management system designed to maintain consistency and performance across multiple packages in a shared workspace. The system distinguishes itself through an execution model based on directed acyclic graphs and content-hash-based incrementalism, which ensures only affected projects are rebuilt. It further optimizes development workflows via remote build artifa

    TypeScript
    Ver en GitHub↗6,479
  • nicklockwood/swiftformatAvatar de nicklockwood

    nicklockwood/SwiftFormat

    8,835Ver en GitHub↗

    SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase

    Swift
    Ver en GitHub↗8,835
  • automattic/_sAvatar de Automattic

    Automattic/_s

    10,985Ver en GitHub↗

    This project is a development toolkit and starter kit for creating custom WordPress themes. It provides a standardized scaffolding tool to initialize a minimal codebase and directory structure, serving as a foundation for building custom site designs. The toolkit includes a build pipeline that automates the compilation of Sass into browser-ready CSS and the generation of mirrored right-to-left stylesheets. It further assists in theme preparation through a translation template generator that extracts translatable strings into portable object files. The system covers a broad range of developme

    CSS
    Ver en GitHub↗10,985
  • coryhouse/react-slingshotAvatar de coryhouse

    coryhouse/react-slingshot

    9,646Ver en GitHub↗

    react-slingshot is a JavaScript frontend boilerplate and starter kit designed to bootstrap React applications. It provides a pre-configured foundation that integrates React and Redux for state management, alongside routing and a unidirectional data flow. The project features an integrated build pipeline that handles Babel transpilation, Sass compilation, and module bundling. It includes a development environment with hot module replacement and source maps for rapid iteration, as well as production optimization tools for minifying assets and analyzing bundle size. The toolkit covers a broad s

    JavaScriptboilerplatereactredux
    Ver en GitHub↗9,646
  • googlechrome/samplesAvatar de GoogleChrome

    GoogleChrome/samples

    5,882Ver en GitHub↗

    A repo containing samples tied to new functionality in each release of Google Chrome.

    JavaScript
    Ver en GitHub↗5,882
  • csscomb/csscomb.jsAvatar de csscomb

    csscomb/csscomb.js

    3,327Ver en GitHub↗

    CSS coding style formatter

    JavaScript
    Ver en GitHub↗3,327
  • astro/deadnixAvatar de astro

    astro/deadnix

    760Ver en GitHub↗

    Scan Nix files for dead code

    Rust
    Ver en GitHub↗760
  • hzacode/langlintH

    HzaCode/Langlint

    0Ver en GitHub↗
    Ver en GitHub↗0
  • hougesen/mdsfAvatar de hougesen

    hougesen/mdsf

    108Ver en GitHub↗

    Format markdown code blocks using your favorite tools

    Rust
    Ver en GitHub↗108
  • codingjoe/relintAvatar de codingjoe

    codingjoe/relint

    65Ver en GitHub↗

    Write your own linting rules using regular expressions.

    Python
    Ver en GitHub↗65
  • larastan/larastanAvatar de larastan

    larastan/larastan

    6,430Ver en GitHub↗

    Larastan is a static analysis extension and type inference engine for PHP designed to detect bugs and type errors in Laravel applications. It extends PHPStan to resolve framework-specific patterns and magic methods, providing a rule-based scanning engine to audit code quality without executing the application. The tool specializes in Eloquent analysis, verifying that model properties, casts, and relationships align with database schemas and migrations. It tracks types across Eloquent collections, custom builders, and model factories to ensure type safety during database operations and iterati

    PHP
    Ver en GitHub↗6,430
  • 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

    JavaScriptecmascripteslintjavascript
    Ver en GitHub↗27,349
  • codespell-project/codespellAvatar de codespell-project

    codespell-project/codespell

    2,391Ver en GitHub↗

    check code for common misspellings

    Python
    Ver en GitHub↗2,391