9 open-source projects similar to github/eslint-plugin-github, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Eslint Plugin Github alternative.
A custom ESLint plugin that enforces high cohesion, low coupling, and other core principles of clean, maintainable software design — inspired by Code Complete.
🧵 ESLint plugin for transforming negated boolean expressions via De Morgan’s laws
An ESLint plugin for suggesting optimisations in choice of dependency, native equivalents, etc.
Deslint is the verification layer for AI-generated code.
ESLint configurations and additional rules for me
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
SonarSource Static Analyzer for JavaScript and TypeScript
ESLint plugin with 17 rules that catch AI-generated code patterns — empty catch, floating promises, missing auth, and more