@stylistic/eslint-plugin-plus 
Supplementary rules introduced by ESLint Stylistic.
WARNING
We recommend using @stylistic/eslint-plugin as it includes the rules for both JavaScript and TypeScript.
This package is deprecated and will be soon removed.
Install 
sh
npm i -D @stylistic/eslint-plugin-plusRules 
 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 | ||
| curly-newline | Enforce consistent line breaks after opening and before closing braces | 🔧 | |
| 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 | 💼 | 🔧 | 
4 rules in total.