We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cacba commit 0ecb50fCopy full SHA for 0ecb50f
.eslintrc
@@ -14,7 +14,12 @@
14
},
15
16
"plugins": [
17
- "react"
+ "react",
18
+ "flowtype"
19
+ ],
20
+
21
+ "extends": [
22
+ "plugin:flowtype/recommended"
23
],
24
25
"globals": {
package.json
@@ -36,13 +36,14 @@
36
37
"homepage": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
38
"dependencies": {
39
- "react-timer-mixin": "^0.13.3",
40
- "prop-types": "^15.5.10"
+ "prop-types": "^15.5.10",
+ "react-timer-mixin": "^0.13.3"
41
42
"devDependencies": {
43
"babel-eslint": "^6.0.4",
44
"eslint": "^3.17.1",
45
- "eslint-plugin-react": "^6.10.0",
+ "eslint-plugin-flowtype": "^2.35.0",
46
+ "eslint-plugin-react": "^7.1.0",
47
"flow-bin": "0.47.0"
48
}
49
0 commit comments