eslint-plugin-flow-remove-types

0.0.1 • Public • Published

eslint-plugin-flow-remove-types

A preprocessor to remove Flow type annotations.

Installation

You'll first need to install ESLint:

$ npm install eslint --save-dev

Next, install eslint-plugin-flow-remove-types:

$ npm install eslint-plugin-flow-remove-types --save-dev

Note: 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"
    ]
}

/eslint-plugin-flow-remove-types/

    Package Sidebar

    Install

    npm i eslint-plugin-flow-remove-types

    Weekly Downloads

    4

    Version

    0.0.1

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • ianp