@kiwi/eslint-plugin
v3.0.1
Published
Kiwi ESLint plugin
Downloads
6,299
Readme
@kiwi/eslint-plugin
Installation
Give that you already have ESLint installed, run:
yarn add -D @kiwi/eslint-plugin
Usage
After installing the module, just add it to your plugins
array inside your .eslintrc
.
// .eslintrc
{
...,
"plugins": ["@kiwi"]
}
Rules
This plugin provides the following custom ESLint rules:
react-descriptive-effect
: Encourage descriptive React effects.