@flowio/eslint-plugin-flowio

0.0.2 • Public • Published

eslint-plugin-flowio

Build Status Greenkeeper badge

A package that provides ESLint rules used by Flow.io team as an extensible shared plugin.

Installation

Install ESLint either locally or globally.

$ npm install --save-dev eslint

If you installed ESLint globally, you have to install this plugin globally too. Otherwise, install it locally.

$ npm install --save-dev @flowio/eslint-plugin-flowio

Configuration

Add plugins section and specify esling-plugin-flowio as a plugin.

{
  "plugins": [
    "@flowio/flowio"
  ]
}

Finally, enable all of the rules that you would like to use. Use our preset to get reasonable defaults quickly, and/or choose your own:

{
  "rules": {
    "flowio/export-extensions": "error"
  }
}

List of supported rules

License

MIT

Package Sidebar

Install

npm i @flowio/eslint-plugin-flowio

Weekly Downloads

11

Version

0.0.2

License

MIT

Unpacked Size

10.4 kB

Total Files

14

Last publish

Collaborators

  • mchimirev
  • martapralat
  • sid.jain
  • gdxn96
  • flowtech
  • roryh
  • cbosatflow
  • garethgd