The Flowtype ESLint config for Lynt
npm install eslint-config-lynt-flow> The Flowtype ESLint config for Lynt.
Note: This package is currently in beta.
``bash`
npm install eslint-config-lynt-flow --save-dev
If you don't have babel-eslint, make sure to install that as well.
`bash`
npm install babel-eslint --save-dev
Put the following in your ESLint config:
`json``
{
"parser": "babel-eslint",
"extends": ["lynt-flow"]
}