ESLint rules that catch agent-generated comment patterns: narrative prose ('Here we...', 'Now we...'), PR/issue references, and similar drift-prone metadata that belongs in commit messages, not source.
React specific linting rules for ESLint
Static AST checker for accessibility rules on JSX elements.
Airbnb's ESLint config, following our styleguide
Runs prettier as an eslint rule
Utilities for building ESLint plugins.
Airbnb's base JS ESLint config, following our styleguide
ESLint rules that force all env-var reads through a single validated singleton — no raw process.env, every key must exist in the schema.
ESLint rules that catch the most common test-suite mistakes: focused tests, direct DB access from tests, and orphaned test files.
ESLint plugin that enforces one semantic top-level concern per TypeScript module.
ESLint plugin for control-flow style rules: guard clauses over wrapped happy paths, etc.
ESLint rules that enforce structured logging conventions: required event fields, masked PII in log payloads, and no stringified errors.
TypeScript plugin for ESLint
ESLint rules enforcing transactional correctness in Drizzle / any ORM with `db.transaction(...)`-style APIs.
GraphQL plugin for ESLint
ESLint rules ensuring mutations are audited, audit writes are fire-and-forget, and audit metadata never carries PII.
ESLint rule: static i18n t() keys must exist in a canonical JSON dictionary.
ESLint plugin enforcing schema-quality and organization conventions for Drizzle ORM.
ESLint plugin enforcing architectural, type-safety, lifecycle, and performance patterns for Elysia.js applications.
ESLint plugin enforcing operational-safety rules for BullMQ projects.
ESLint rules enforcing security-critical OAuth invariants: Redis-backed state, PKCE for OIDC providers, and bounded state TTLs.
Turns off all rules that are unnecessary or might conflict with Prettier.
ESLint plugin enforcing security and correctness rules for Stripe webhooks.
a simple Node behavior import resolution plugin for eslint-plugin-import, supporting module alias.