eslint-config-lynt-flow
v0.1.3
Published
The Flowtype ESLint config for Lynt
Downloads
185
Maintainers
Readme
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