1.0.6 • Published 4 years ago
eslint-plugin-supfiger v1.0.6
eslint-plugin-supfiger
Custom and extended rules for ESLint by @supfiger
Installation
You'll first need to install ESLint:
yarn add -D eslint Next, install eslint-plugin-supfiger:
yarn add -D eslint-plugin-supfigerUsage
Add supfiger to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"supfiger"
]
}Rules
- Disallow usage of the
anytype (extended version of official one) - typescript-no-any-extended