File tree 4 files changed +764
-1700
lines changed
4 files changed +764
-1700
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,4 @@ npm-debug.log
29
29
30
30
31
31
/dist
32
+ .vscode /
Original file line number Diff line number Diff line change 1
- import { TextInput } from 'react-native' ;
1
+ import { TextInput } from 'react-native' ; // eslint-disable-line import/no-unresolved
2
+
2
3
const { State : TextInputState } = TextInput ;
3
4
4
5
export default function dismissKeyboard ( ) {
Original file line number Diff line number Diff line change 29
29
" react"
30
30
],
31
31
"rules" : {
32
- "babel/object-curly-spacing" : [
33
- 2 ,
34
- " always"
35
- ],
32
+ "object-curly-spacing" : [2 , " always" ],
36
33
"comma-dangle" : [
37
34
2 ,
38
35
" always-multiline"
52
49
],
53
50
"react/no-set-state" : 1 ,
54
51
"react/prop-types" : 2 ,
55
- "react/jsx-sort-prop-types " : 2 ,
52
+ "react/jsx-sort-props " : 2 ,
56
53
"react/jsx-closing-bracket-location" : [
57
54
2 ,
58
55
{
77
74
" dismiss"
78
75
],
79
76
"license" : " MIT" ,
77
+ "peerDependencies" : {
78
+ "react-native" : " *"
79
+ },
80
80
"devDependencies" : {
81
- "babel" : " ^5.8.34 " ,
82
- "babel-eslint" : " ^5.0.0-beta6 " ,
83
- "eslint" : " ^1.10.3 " ,
84
- "eslint-config-xo" : " ^0.9 .1" ,
85
- "eslint-plugin-babel" : " ^3.0.0 " ,
81
+ "babel" : " ^6.23.0 " ,
82
+ "babel-eslint" : " ^7.2.3 " ,
83
+ "eslint" : " ^3.19.0 " ,
84
+ "eslint-config-xo" : " ^0.18 .1" ,
85
+ "eslint-plugin-babel" : " ^4.1.1 " ,
86
86
"eslint-plugin-no-empty-blocks" : " 0.0.2" ,
87
87
"eslint-plugin-no-use-extend-native" : " ^0.3.3" ,
88
- "eslint-plugin-react" : " ^3.13.1 " ,
89
- "xo" : " ^0.12 .1"
88
+ "eslint-plugin-react" : " ^6.10.3 " ,
89
+ "xo" : " ^0.18 .1"
90
90
}
91
91
}
You can’t perform that action at this time.
0 commit comments