0.3.0 • Published 4 months ago

eslint-plugin-ferns v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.

0.3.0

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.1

5 months ago

0.1.0

6 months ago