Files
flipper/.flowconfig
Pascal Hartig 8d6502b5d7 Upgrade Flow to 0.130
Summary:
This should give us some headroom. There are some incompatibilities and bugs in newer versions,
so only bumping this one which is compatible.

Reviewed By: mweststrate

Differential Revision: D24480863

fbshipit-source-id: ec21b937bf44686e49a71aeb38063d996d2cbff4
2020-10-23 04:22:07 -07:00

48 lines
1.0 KiB
Plaintext

[ignore]
.*/coverage/.*
.*/build/.*
.*/dist/.*
.*\.tsx
.*\.ts
.*/node_modules/.*
<PROJECT_ROOT>/facebook/.*
<PROJECT_ROOT>/scripts/.*
<PROJECT_ROOT>/desktop/.*/lib/.*
<PROJECT_ROOT>/desktop/scripts/.*
<PROJECT_ROOT>/desktop/static/.*
<PROJECT_ROOT>/desktop/pkg/.*
<PROJECT_ROOT>/desktop/pkg-lib/.*
<PROJECT_ROOT>/desktop/doctor/.*
<PROJECT_ROOT>/desktop/app/.*
<PROJECT_ROOT>/desktop/babel-transformer/.*
<PROJECT_ROOT>/desktop/plugins/fb/relaydevtools/relay-devtools/DevtoolsUI.js$
<PROJECT_ROOT>/website/.*
<PROJECT_ROOT>/desktop/plugins/sections/src/d3/d3.js$
<PROJECT_ROOT>/react-native/ReactNativeFlipperExample/.*
[libs]
desktop/flow-typed
[options]
esproposal.export_star_as=enable
esproposal.optional_chaining=enable
module.use_strict=true
emoji=true
all=true
include_warnings=true
module.name_mapper='^\(.*\)\.tsx$' -> 'TsStub'
suppress_type=$FlowFixMe
module.system=haste
[strict]
deprecated-type
nonstrict-import
sketchy-null
unclear-type
unsafe-getters-setters
untyped-import
untyped-type-import
[version]
0.130.0