Avoid some language features to write better code
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
ESLint rules for controlling where and how mutation is used.
Set a max param number for your constructors, functions, methods etc.
ESlint's rules for styled components.
Better ESLint rules for React Hooks
Bridge Stylelint diagnostics into ESLint for style files and Vue SFCs
## eslint-plugin-better-align/import-align Before ```js import a from "a"; import bb from "b"; import ccc from "c"; import "d"; import { xxx, yyy, zzz, } from "e"; ``` After ```js import a from "a"; import bb from "b"; import ccc from
ESLint plugin for finding RegExp mistakes and RegExp style guide violations.
TypeScript plugin for ESLint
Enhance ESLint with better support for large scale monorepos
ESLint plugin to detect deprecated SAP CAP configurations
React specific linting rules for ESLint
Turns off all rules that are unnecessary or might conflict with Prettier.
Static AST checker for accessibility rules on JSX elements.
ESLint JavaScript language implementation
Import with sanity.
Utilities for building ESLint plugins.
ESLint rules for React Hooks
ESLint plugin for Next.js.
Prefer arrow functions in most cases
ESLint plugin for better tree shaking
A ESLint plugin for Rspack
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library