eslint-plugin-ferns
v0.3.0
Published
ESLint plugin for full stack Express/React Native/Node.js applications
Downloads
279
Maintainers
Readme
eslint-plugin-ferns
ESLint rules for Full Express React Native Stack apps.
Installation
$ npm i eslint-plugin-ferns
Add plugins
section and specify eslint-plugin-ferns as a plugin.
{
"plugins": ["ferns"]
}
List of supported rules
- ferns/use-effect-comment: Require comments to explain useEffect.
See ESLint documentation for more information about extending configuration files.
License
eslint-plugin-ferns is licensed under the MIT License.