2016-05-04 05:37:13 +08:00
|
|
|
[ignore]
|
2018-05-18 09:05:19 +08:00
|
|
|
.*/scripts/bench/.*
|
2017-11-06 22:14:48 +08:00
|
|
|
|
|
|
|
|
# These shims are copied into external projects:
|
2018-05-18 09:05:19 +08:00
|
|
|
.*/rollup/shims/facebook-www/.*
|
|
|
|
|
.*/rollup/shims/react-native/.*
|
2017-11-06 22:14:48 +08:00
|
|
|
|
2019-08-15 00:24:35 +08:00
|
|
|
.*/node_modules/@snyk/.*
|
2018-05-18 09:05:19 +08:00
|
|
|
.*/node_modules/y18n/.*
|
|
|
|
|
.*/node_modules/chrome-devtools-frontend/.*
|
|
|
|
|
.*/node_modules/devtools-timeline-model/.*
|
|
|
|
|
.*/node_modules/create-react-class/.*
|
|
|
|
|
.*/__mocks__/.*
|
|
|
|
|
.*/__tests__/.*
|
2016-05-04 05:37:13 +08:00
|
|
|
|
|
|
|
|
[include]
|
2018-05-18 09:05:19 +08:00
|
|
|
../../../node_modules/
|
|
|
|
|
../../../packages/
|
|
|
|
|
../../../scripts/
|
2016-05-04 05:37:13 +08:00
|
|
|
|
|
|
|
|
[libs]
|
2018-05-18 09:05:19 +08:00
|
|
|
../../../node_modules/fbjs/flow/lib/dev.js
|
|
|
|
|
../environment.js
|
2019-08-21 02:37:45 +08:00
|
|
|
../react-devtools.js
|
2018-05-18 09:05:19 +08:00
|
|
|
../react-native-host-hooks.js
|
2016-05-04 05:37:13 +08:00
|
|
|
|
2018-05-18 00:14:12 +08:00
|
|
|
[lints]
|
|
|
|
|
untyped-type-import=error
|
|
|
|
|
|
2016-05-04 05:37:13 +08:00
|
|
|
[options]
|
|
|
|
|
esproposal.class_static_fields=enable
|
|
|
|
|
esproposal.class_instance_fields=enable
|
|
|
|
|
|
2018-05-19 18:29:11 +08:00
|
|
|
# Substituted by createFlowConfig.js:
|
|
|
|
|
%REACT_RENDERER_FLOW_OPTIONS%
|
|
|
|
|
|
2016-05-04 05:37:13 +08:00
|
|
|
munge_underscores=false
|
|
|
|
|
|
|
|
|
|
suppress_type=$FlowIssue
|
|
|
|
|
suppress_type=$FlowFixMe
|
|
|
|
|
suppress_type=$FixMe
|
2016-08-26 00:43:28 +08:00
|
|
|
suppress_type=$FlowExpectedError
|
2016-05-04 05:37:13 +08:00
|
|
|
|
2017-11-12 09:00:33 +08:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
|
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
|
2016-05-04 05:37:13 +08:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
2016-08-26 00:43:28 +08:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
2016-05-04 05:37:13 +08:00
|
|
|
|
|
|
|
|
[version]
|
2018-05-22 00:54:48 +08:00
|
|
|
^0.72.0
|