Highlights
- Pro
🚨 eslint plugins
A set of composable linting rules for libraries and frameworks that use React as a UI runtime.
✨ Monorepo for all the tooling which enables ESLint to support TypeScript
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
More than 100 powerful ESLint rules
☂️ ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.
SonarSource Static Analyzer for JavaScript and TypeScript
Enforce arrow function return style and automatically fix it
Auto-fix plain Functions into Arrow Functions, in all cases where conversion would result in the same behaviour
`eslint-plugin-import-x` is a fork of `eslint-plugin-import` that aims to provide a more performant and more lightweight version of the original plugin.
A simply wrapped oxc-resolver for eslint-plugin-import-x
Additional ESLint rules for Node.js
Enforce best practices for JavaScript promises
Turns off all rules that are unnecessary or might conflict with Prettier.