Skip to content

Commit

Permalink
adding flow eslint extension
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Mar 22, 2018
1 parent b5f915d commit b06af88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
"eslint:recommended"
"eslint:recommended",
"plugin:flowtype/recommended"
],
"parser": "babel-eslint",
"plugins": [
Expand Down

0 comments on commit b06af88

Please sign in to comment.