0.0.1 • Published 9 years ago
eslint-plugin-flow-remove-types v0.0.1
eslint-plugin-flow-remove-types
A preprocessor to remove Flow type annotations.
Installation
You'll first need to install ESLint:
$ npm install eslint --save-devNext, install eslint-plugin-flow-remove-types:
$ npm install eslint-plugin-flow-remove-types --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-flow-remove-types globally.
Usage
Add flow-remove-types to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"flow-remove-types"
]
}