Summary: allow-large-files Reviewed By: gabelevi, dsainati1 Differential Revision: D13105210 fbshipit-source-id: 462af926206a10618a725531f2e62da9f3291fc0
27 lines
452 B
Plaintext
27 lines
452 B
Plaintext
[ignore]
|
|
.*/scripts/.*
|
|
.*/coverage/.*
|
|
.*/node_modules/.*
|
|
.*/build/.*
|
|
.*/dist/.*
|
|
.*/static/.*
|
|
<PROJECT_ROOT>/src/fb/plugins/relaydevtools/relay-devtools/DevtoolsUI.js$
|
|
.*/website/.*
|
|
|
|
[libs]
|
|
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='flipper' -> '<PROJECT_ROOT>/src/index.js'
|
|
|
|
suppress_type=$FlowFixMe
|
|
|
|
[version]
|
|
^0.86.0
|