eslint-config-lynt-flow
v0.1.3
Published
The Flowtype ESLint config for Lynt
Downloads
127
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-devIf you don't have babel-eslint, make sure to install that as well.
npm install babel-eslint --save-devUsage
Put the following in your ESLint config:
{
"parser": "babel-eslint",
"extends": ["lynt-flow"]
}License
MIT © Saad Quadri
