eslint-rules
There are 325 repositories under eslint-rules topic.
xojs/xo
❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
sindresorhus/eslint-plugin-unicorn
More than 100 powerful ESLint rules
azat-io/eslint-plugin-perfectionist
☂️ ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.
eslint-functional/eslint-plugin-functional
ESLint rules to disable mutation and promote fp in JavaScript and TypeScript.
graphql-hive/graphql-eslint
ESLint parser, plugin, and rule set for GraphQL (for schema and operations). Easily customizable with custom rules. Integrates with IDEs and modern GraphQL tools.
coderaiser/putout
🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter, drop-in ESLint superpower replacement 💪 with built-in support for js, jsx, typescript, markdown, yaml and json. Write declarative codemods in a simplest possible way 😏
javierbrea/eslint-plugin-boundaries
Eslint plugin checking architecture boundaries between elements
davidjbradshaw/eslint-config-auto
Automatically configure ESLint based on project dependencies
getify/eslint-plugin-proper-arrows
ESLint rules to ensure proper arrow function definitions
willhoney7/eslint-plugin-import-helpers
ESLint plugin to help enforce a configurable order for import statements
xojs/eslint-config-xo
ESLint shareable config for XO
azat-io/eslint-plugin-de-morgan
🧵 ESLint plugin for transforming negated boolean expressions via De Morgan’s laws
avajs/eslint-plugin-ava
ESLint rules for AVA
Quramy/eslint-plugin-tutorial
A tutorial/template repository to explain how to create your eslint plugins
godaddy/eslint-plugin-i18n-json
Fully extendable eslint plugin for JSON i18n translation files.
xojs/eslint-config-xo-typescript
ESLint shareable config for TypeScript to be used with eslint-config-xo
humanmade/coding-standards
Human Made coding standards for modern code
nickdeis/eslint-plugin-no-secrets
An eslint plugin to find strings that might be secrets/credentials
xojs/eslint-config-xo-react
ESLint shareable config for React to be used with eslint-config-xo
ftzi/eslint-config-biome
Disables ESLint rules that have a recommended and equivalent Biome rule
Idered/eslint-plugin-tailwind
ESLint rules for Tailwind CSS
getify/eslint-plugin-proper-ternary
ESLint rules to ensure proper usage of ternary/conditional expressions
levibuzolic/eslint-plugin-no-only-tests
ESLint rule for catching focused/only test blocks
BrainMaestro/eslint-plugin-optimize-regex
Optimize regex literals
ShipSecure-Labs/eslint-plugin-next
Secure your Next.js applications with @shipsecure/eslint-plugin-next, an ESLint plugin designed to detect and prevent common security vulnerabilities.
feflow/eslint-config-ivweb
ESLint shareable config for the IVWEB JavaScript style guide.
morewings/cra-template-quickstart-redux
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
manovotny/eslint-config-get-off-my-lawn
A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.
xojs/eslint-config-xo-space
ESLint shareable config for XO with 2-space indent
koddsson/eslint-disable-probot
🤖 A bot that comments on PRs that try to disable certain eslint rules
gmullerb/eslint-plugin-regex
ESLint rules using Regular Expressions
RiteshPuvvada/Real-Time-Chat-Supabase-NextJs
Real-Time Data Syncing Chat Application
roginfarrer/eslint-plugin-react-server-components
ESLint rule for enforcing "use client" in React client components
zcuric/eslint-plugin-require-sort
ESlint plugin for sorting requires (CommonJS modules) alphabetically
ptkdev/eslint-plugin-snakecasejs
:pencil2: ESLint Plugin: enforce snake_case syntax on variables and function names
SeinopSys/eslint-plugin-import-newlines
ESLint plugin for enforcing newlines in ES6 import statements past a certain number of items with automatic fixes