Files
react/scripts/flow/config/flowconfig
Sebastian Markbåge 35bf9d27a3 Exclude react-dom when flow checking other builds (#16737)
This is because the HostConfig can't be guaranteed to be consistent with
other code such as code that touches the DOM directly.

Ideally we'd have a more systemic solution to this since it will pop
up for other packages later too.
2019-09-19 12:41:51 -07:00

52 lines
1.1 KiB
Plaintext

[ignore]
.*/scripts/bench/.*
# These shims are copied into external projects:
.*/rollup/shims/facebook-www/.*
.*/rollup/shims/react-native/.*
.*/node_modules/@snyk/.*
.*/node_modules/y18n/.*
.*/node_modules/chrome-devtools-frontend/.*
.*/node_modules/devtools-timeline-model/.*
.*/node_modules/create-react-class/.*
.*/__mocks__/.*
.*/__tests__/.*
%REACT_RENDERER_FLOW_IGNORES%
[include]
../../../node_modules/
../../../packages/
../../../scripts/
[libs]
../../../node_modules/fbjs/flow/lib/dev.js
../environment.js
../react-devtools.js
../react-native-host-hooks.js
[lints]
untyped-type-import=error
[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
# Substituted by createFlowConfig.js:
%REACT_RENDERER_FLOW_OPTIONS%
munge_underscores=false
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe
suppress_type=$FlowExpectedError
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version]
^0.72.0