File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11[ignore]
22
33# We fork some components by platform.
4- .*/*. android.js
4+ .*/*[.] android.js
55
66# Ignore templates with `@flow` in header
77.*/local-cli/generator.*
2323.*/Libraries/react-native/React.js
2424.*/Libraries/react-native/ReactNative.js
2525.*/node_modules/jest-runtime/build/__tests__/.*
26- .*/react/.*/fbjs
2726
2827[include]
2928
3433
3534[options]
3635module.system=haste
37- module.ignore_non_literal_requires=true
3836
3937esproposal.class_static_fields=enable
4038esproposal.class_instance_fields=enable
@@ -50,11 +48,11 @@ suppress_type=$FlowIssue
5048suppress_type=$FlowFixMe
5149suppress_type=$FixMe
5250
53- suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-9] \\|1 [0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
54- suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-9] \\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
51+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(30 \\|[1-2] [0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
52+ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(30 \\|1[0-9]\\|[1-2] [0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
5553suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5654
5755unsafe.enable_getters_and_setters=true
5856
5957[version]
60- ^0.29 .0
58+ ^0.30 .0
Original file line number Diff line number Diff line change 6060 "eslint-plugin-babel" : " 3.3.0" ,
6161 "eslint-plugin-flowtype" : " 2.11.4" ,
6262 "eslint-plugin-react" : " 6.1.2" ,
63- "flow-bin" : " 0.29 .0"
63+ "flow-bin" : " 0.30 .0"
6464 }
6565}
You can’t perform that action at this time.
0 commit comments