@stylistic/eslint-plugin-plus
Supplementary rules introduced by ESLint Stylistic.
TIP
We recommend using @stylistic/eslint-plugin
as it includes all available rules.
Install
sh
npm i -D @stylistic/eslint-plugin-plus
Rules
Each rule has emojis denoting:
💼
The rule is part of the shared configuration
🔧
Some problems reported are fixable by the
--fix
command line option Rule | Description | ||
indent-binary-ops | Indentation for binary operators | 💼 | 🔧 |
type-generic-spacing | Enforces consistent spacing inside TypeScript type generics | 💼 | 🔧 |
type-named-tuple-spacing | Expect space before the type declaration in the named tuple | 💼 | 🔧 |
3 rules in total.