We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3c000 commit e9d954eCopy full SHA for e9d954e
.eslintrc
@@ -17,9 +17,13 @@
17
"react/react-in-jsx-scope": 2
18
},
19
"plugins": [
20
+ "flowtype",
21
"react"
22
],
- "extends": "airbnb",
23
+ "extends": [
24
+ "plugin:flowtype/recommended",
25
+ "airbnb"
26
+ ],
27
"globals": {
28
"describe" : false,
29
"it" : false,
package.json
@@ -61,6 +61,7 @@
61
"cross-env": "1.0.7",
62
"eslint": "2.12.0",
63
"eslint-config-airbnb": "9.0.1",
64
+ "eslint-plugin-flowtype": "2.29.2",
65
"eslint-plugin-import": "1.8.1",
66
"eslint-plugin-jsx-a11y": "1.3.0",
67
"eslint-plugin-react": "5.1.1",
0 commit comments