0.1.3 • Published 6 years ago

eslint-config-lynt-flow v0.1.3

Weekly downloads
877
License
MIT
Repository
github
Last release
6 years ago

eslint-config-lynt-flow

The Flowtype ESLint config for Lynt.

Note: This package is currently in beta.

Installation

npm install eslint-config-lynt-flow --save-dev

If you don't have babel-eslint, make sure to install that as well.

npm install babel-eslint --save-dev

Usage

Put the following in your ESLint config:

{
  "parser": "babel-eslint",
  "extends": ["lynt-flow"]
}

License

MIT © Saad Quadri