awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to codingjoe/relint

Open-source alternatives to Relint

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

  • dotnet/formatdotnet avatar

    dotnet/format

    1,947View on GitHub↗

    Home for the dotnet-format command

    View on GitHub↗1,947
  • alexjoverm/typescript-library-starteralexjoverm avatar

    alexjoverm/typescript-library-starter

    4,359View on 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
    View on GitHub↗4,359
  • rust-unofficial/patternsrust-unofficial avatar

    rust-unofficial/patterns

    8,843View on GitHub↗

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

    Handlebarsantipatternsidiomspatterns
    View on GitHub↗8,843
  • automattic/_sAutomattic avatar

    Automattic/_s

    10,985View on 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
    View on GitHub↗10,985

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • coryhouse/react-slingshotcoryhouse avatar

    coryhouse/react-slingshot

    9,646View on 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
    View on GitHub↗9,646
  • astro/deadnixastro avatar

    astro/deadnix

    760View on GitHub↗

    Scan Nix files for dead code

    Rust
    View on GitHub↗760
  • csscomb/csscomb.jscsscomb avatar

    csscomb/csscomb.js

    3,327View on GitHub↗

    CSS coding style formatter

    JavaScript
    View on GitHub↗3,327
  • laravel/pintlaravel avatar

    laravel/pint

    3,136View on GitHub↗

    Laravel Pint is an opinionated PHP code style fixer for minimalists.

    PHP
    View on GitHub↗3,136
  • codespell-project/codespellcodespell-project avatar

    codespell-project/codespell

    2,391View on GitHub↗

    check code for common misspellings

    Python
    View on GitHub↗2,391
  • angular-eslint/angular-eslintangular-eslint avatar

    angular-eslint/angular-eslint

    1,785View on GitHub↗

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

    TypeScript
    View on GitHub↗1,785
  • hougesen/mdsfhougesen avatar

    hougesen/mdsf

    108View on GitHub↗

    Format markdown code blocks using your favorite tools

    Rust
    View on GitHub↗108
  • icrawl/eslint-config-neoniCrawl avatar

    iCrawl/eslint-config-neon

    63View on GitHub↗

    The ultimate ESLint shareable config

    TypeScript
    View on GitHub↗63
  • cyrilletuzi/angular-eslint-injection-contextcyrilletuzi avatar

    cyrilletuzi/angular-eslint-injection-context

    2View on GitHub↗

    ESLint rules for Angular injection context.

    TypeScript
    View on GitHub↗2
  • cyrilletuzi/angular-eslint-zonelesscyrilletuzi avatar

    cyrilletuzi/angular-eslint-zoneless

    3View on GitHub↗

    ESLint rules for Angular zoneless.

    TypeScript
    View on GitHub↗3
  • a11yfred/neighbora11yfred avatar

    a11yfred/neighbor

    1View on GitHub↗

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

    JavaScript
    View on GitHub↗1
  • developer239/lintersdeveloper239 avatar

    developer239/linters

    11View on GitHub↗

    Collection of super strict configurations for ESLint / StyleLint and other code quality tools.

    JavaScript
    View on GitHub↗11
  • captainhook-git/captainhookcaptainhook-git avatar

    captainhook-git/captainhook

    1,094View on GitHub↗
    PHPautomationcode-qualitygit
    View on GitHub↗1,094
  • davidanson/markdownlintDavidAnson avatar

    DavidAnson/markdownlint

    5,855View on GitHub↗
    JavaScriptcommonmarklintmarkdown
    View on GitHub↗5,855
  • ducktordanny/eslint-plugin-ng-module-sortducktordanny avatar

    ducktordanny/eslint-plugin-ng-module-sort

    5View on GitHub↗

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

    TypeScript
    View on GitHub↗5
  • ember-template-lint/ember-template-lintember-template-lint avatar

    ember-template-lint/ember-template-lint

    264View on GitHub↗

    Linter for Ember or Handlebars templates

    JavaScript
    View on GitHub↗264
  • 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

    JavaScriptecmascripteslintjavascript
    View on GitHub↗27,349
  • glitch452/eslint-config-spartanglitch452 avatar

    glitch452/eslint-config-spartan

    3View on GitHub↗

    An opinionated ESLint configuration

    TypeScript
    View on GitHub↗3
  • darraghoriordan/eslint-plugin-nestjs-typeddarraghoriordan avatar

    darraghoriordan/eslint-plugin-nestjs-typed

    221View on GitHub↗

    Some eslint rules for working with NestJs projects

    TypeScript
    View on GitHub↗221
  • hzacode/langlintH

    HzaCode/Langlint

    0View on GitHub↗
    View on GitHub↗0
  • basarat/typescript-bookbasarat avatar

    basarat/typescript-book

    21,533View on GitHub↗

    This project is a comprehensive educational resource and programming guide for the TypeScript language. It serves as a manual for the type system and a reference for the language's core syntax, focusing on writing type-safe code and building scalable applications. The content provides detailed instruction on the TypeScript type system, covering interfaces, generics, and structural typing. It further acts as a compiler reference, analyzing how source code is transformed into an abstract syntax tree through scanning and parsing. The guide also covers software architecture design, detailing pro

    TypeScriptfreeopen-sourcetypescript
    View on GitHub↗21,533
  • jankru/lint-a-lotJanKru avatar

    JanKru/lint-a-lot

    1View on 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
    View on GitHub↗1
  • amperser/proselintamperser avatar

    amperser/proselint

    4,542View on GitHub↗

    Proselint is a prose linter and rule-based text analyzer designed to identify stylistic errors, clichés, and jargon in written text. It scans documents against a curated registry of linguistic and typographic rules to maintain professional editorial standards and improve writing quality. The project functions as a command line text processor, a programmable analysis library, and a git pre-commit hook. Its modular architecture allows the core engine to be embedded into other applications, exposed via a REST API, or integrated into text editors. The tool supports recursive directory traversal

    JavaScript
    View on GitHub↗4,542
  • jbz797/eslint-config-angular-strictJbz797 avatar

    Jbz797/eslint-config-angular-strict

    5View on GitHub↗

    Modern ESLint configuration with strict rules for Angular development

    JavaScript
    View on GitHub↗5
  • larastan/larastanlarastan avatar

    larastan/larastan

    6,430View on 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
    View on GitHub↗6,430
  • 360entsecgroup-skylar/goreporter360EntSecGroup-Skylar avatar

    360EntSecGroup-Skylar/goreporter

    3,123View on GitHub↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Go
    View on GitHub↗3,123