@kiwi/eslint-plugin
v4.2.0
Published
Kiwi ESLint plugin
Downloads
1,658
Readme
@kiwi/eslint-plugin
Installation
Give that you already have ESLint installed, run:
yarn add -D @kiwi/eslint-pluginUsage
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.
