* [XO v2.0.0](https://github.com/xojs/xo) – Opinionated ESLint wrapper that enforces strict and readable code with zero configuration. * [typescript-eslint v8.57.0](https://github.com/typescript-eslint/typescript-eslint) – Monorepo providing powerful static analysis for JavaScript and TypeScript. * [eslint-plugin-boundaries v6.0.0](https://github.com/javierbrea/eslint-plugin-boundaries) – Plugin that enforces architecture boundaries by checking project file structure and dependencies. * [eslint-plugin-regexp v3.1.0](https://github.com/ota-meshi/eslint-plugin-regexp) – ESLint plugin providing 80 rules for detecting mistakes, enforcing style, and optimizing regular expressions. * [eslint-plugin-vue-scoped-css v3.0.0](https://github.com/future-architect/eslint-plugin-vue-scoped-css) – ESLint plugin providing linting rules for Scoped CSS in Vue.js with support for advanced CSS syntax and preprocessors. * [ESLint Plugin Perfectionist v5.6.0](https://github.com/azat-io/eslint-plugin-perfectionist) – Plugin that sorts imports, objects, TypeScript types, enums, JSX props and attributes alphabetically, naturally, or by line length. * [eslint-plugin-testing-library v7.16.0](https://github.com/testing-library/eslint-plugin-testing-library) – ESLint plugin that enforces best practices and helps avoid common mistakes when writing tests. * [ESLint Plugin Playwright v2.10.0](https://github.com/mskelton/eslint-plugin-playwright) – Linting rules for Playwright test files to enforce correct APIs, assertions, and test patterns. * [HTML ESLint v0.58.0](https://github.com/yeonjuan/html-eslint) – ESLint plugin for linting HTML markup and HTML inside JavaScript template literals. * [eslint-plugin-baseline-js v0.6.0](https://github.com/3ru/eslint-plugin-baseline-js) – ESLint plugin enforcing JavaScript Baseline feature usage with a single rule powered by webfeatures. * [eslint-doc-generator v3.3.0](https://github.com/eslint-community/eslint-doc-generator) – Automatic documentation generator for ESLint plugins and rules. * [eslint-plugin-es-x v9.5.0](https://github.com/eslint-community/eslint-plugin-es-x) – ESLint plugin that disallows specific ECMAScript syntax with clear error messages. * [eslint-plugin-security eslint-plugin-securi...](https://github.com/eslint-community/eslint-plugin-security) – ESLint rules detecting potential security issues in Node.js code, including unsafe eval, non-literal requires, and insecure regex. * [eslint-plugin-import-x v4.16.2](https://github.com/un-ts/eslint-plugin-import-x) – Fork of eslint-plugin-import that provides faster, lighter linting for ES2015+ import/export syntax and module resolution. * [eslint-plugin-better-tailwindcss v4.3.2](https://github.com/schoero/eslint-plugin-better-tailwindcss) – ESLint plugin providing formatting and linting rules to improve Tailwind CSS readability and enforce best practices. * [ESLint - React - You Might Not Need An Effect v0.9.2](https://github.com/nickjvandyke/eslint-plugin-react-you-might-not-need-an-effect) – Detect unnecessary React effects to make code simpler, faster, and safer. * [eslint-plugin-functional v9.0.4](https://github.com/eslint-functional/eslint-plugin-functional) – Plugin for ESLint that disables mutation and promotes functional programming in JavaScript and TypeScript. * [eslint-plugin-no-unsanitized v4.1.5](https://github.com/mozilla/eslint-plugin-no-unsanitized) – ESLint plugin disallowing unsafe innerHTML, outerHTML, insertAdjacentHTML assignments and calls unless sanitized. * [eslint-plugin-chai-friendly v1.1.1](https://github.com/ihordiachenko/eslint-plugin-chai-friendly) – Overrides ESLint's no-unused-expressions rule to allow Chai expect/should assertion expressions. * [eslint-plugin-svelte eslint-plugin-svelte...](https://github.com/sveltejs/eslint-plugin-svelte) – ESLint plugin leveraging AST from svelte-eslint-parser to provide custom linting for Svelte.