Skip to content

Commit

Permalink
Merge pull request #605 from masylum/patch-1
Browse files Browse the repository at this point in the history
Update information about usage with flow
  • Loading branch information
Flet committed Aug 28, 2016
2 parents 4f6cb0e + 7ba9479 commit 478aff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,22 +429,22 @@ worth it.

`standard` supports ESLint plugins. Use one of these to transform your code into
valid JavaScript before `standard` sees it. To use a custom parser, install it from
npm (example: `npm install eslint-plugin-flow`) and add this to your
npm (example: `npm install eslint-plugin-flowtype`) and add this to your
`package.json`:

```json
{
"standard": {
"plugins": [
"flow"
"flowtype"
]
}
}
```

If you're using `standard` globally (you installed it with `-g`), then you also
need to install `eslint-plugin-flow` globally with
`npm install eslint-plugin-flow -g`.
need to install `eslint-plugin-flowtype` globally with
`npm install eslint-plugin-flowtype -g`.

### Can you make rule X configurable?

Expand Down

0 comments on commit 478aff0

Please sign in to comment.