0.1.4 • Published 8 years ago

@gabehayes/eslint-config-flowtype v0.1.4

Weekly downloads
6
License
MIT
Repository
-
Last release
8 years ago

eslint-config-flowtype

Check out eslint-plugin-flowtype for a list of all the rules we are inheriting.

Table of Contents

  1. Installation
  2. Rules
    1. flowtype/require-valid-file-annotation

Installation

Install the package.

yarn add @keenai/eslint-config-flowtype

Then, extend @keenai/react in your ESLint configuration file.

{
  extends: [
    '@keenai/flowtype',
  ],
}

Rules

flowtype/require-valid-file-annotation

Enforces the line style annotation at the top of all files.

Good

// @flow

Bad

/* @flow */
0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.2-0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago