File tree 3 files changed +7
-7
lines changed
local-cli/templates/HelloWorld
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ suppress_type=$FlowIssue
46
46
suppress_type=$FlowFixMe
47
47
suppress_type=$FixMe
48
48
49
- suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-1 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
50
- suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-1 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
49
+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
50
+ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-2 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
51
51
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
52
52
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
53
53
54
54
unsafe.enable_getters_and_setters=true
55
55
56
56
[version]
57
- ^0.41 .0
57
+ ^0.42 .0
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ suppress_type=$FlowIssue
36
36
suppress_type=$FlowFixMe
37
37
suppress_type=$FixMe
38
38
39
- suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-1 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
40
- suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-1 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
39
+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
40
+ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-2 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
41
41
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
42
42
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
43
43
44
44
unsafe.enable_getters_and_setters=true
45
45
46
46
[version]
47
- ^0.41 .0
47
+ ^0.42 .0
Original file line number Diff line number Diff line change 218
218
"eslint-plugin-babel" : " ^3.3.0" ,
219
219
"eslint-plugin-flowtype" : " ^2.20.0" ,
220
220
"eslint-plugin-react" : " ^6.4.1" ,
221
- "flow-bin" : " ^0.41 .0" ,
221
+ "flow-bin" : " ^0.42 .0" ,
222
222
"jest" : " 19.0.2" ,
223
223
"jest-repl" : " 19.0.2" ,
224
224
"jest-runtime" : " 19.0.2" ,
You can’t perform that action at this time.
0 commit comments