Skip to content

Commit

Permalink
flow config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Jan 12, 2017
1 parent 1e3c000 commit e9d954e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc
Expand Up @@ -17,9 +17,13 @@
"react/react-in-jsx-scope": 2
},
"plugins": [
"flowtype",
"react"
],
"extends": "airbnb",
"extends": [
"plugin:flowtype/recommended",
"airbnb"
],
"globals": {
"describe" : false,
"it" : false,
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -61,6 +61,7 @@
"cross-env": "1.0.7",
"eslint": "2.12.0",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-flowtype": "2.29.2",
"eslint-plugin-import": "1.8.1",
"eslint-plugin-jsx-a11y": "1.3.0",
"eslint-plugin-react": "5.1.1",
Expand Down

0 comments on commit e9d954e

Please sign in to comment.