Skip to content

Commit

Permalink
docs: Add an example for type checking with flow (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr authored and okonet committed Oct 19, 2018
1 parent bcd0af4 commit f05ada6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -315,6 +315,14 @@ See more on [this blog post](https://medium.com/@tomchentw/imagemin-lint-staged-

</details>

### Typecheck your staged files with flow

```json
{
"*.{js,jsx}": ["flow focus-check", "git add"]
}
```

## Frequently Asked Questions

### Using with JetBrains IDEs _(WebStorm, PyCharm, IntelliJ IDEA, RubyMine, etc.)_
Expand Down

0 comments on commit f05ada6

Please sign in to comment.