* [XO v2.0.0](https://github.com/xojs/xo) – Opinionated ESLint wrapper that enforces strict and readable code with zero configuration. * [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-config-xo-typescript v10.0.0](https://github.com/xojs/eslint-config-xo-typescript) – Shareable ESLint configuration for TypeScript that extends eslint-config-xo, assuming ESM and a strict tsconfig. * [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 - 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.