Skip to content

@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
RuleDescription
indent-binary-opsIndentation for binary operators💼🔧
type-generic-spacingEnforces consistent spacing inside TypeScript type generics💼🔧
type-named-tuple-spacingExpect space before the type declaration in the named tuple💼🔧
3 rules in total.

Released under the MIT License.