Summary: Not the most recent release but this upgrade works now with the stack of diffs underneath. Will do 0.112 next. Reviewed By: mweststrate Differential Revision: D18527871 fbshipit-source-id: 2346b9dac86768deec7b3cb9039adb1d76cb2d7e
39 lines
662 B
Plaintext
39 lines
662 B
Plaintext
[ignore]
|
|
.*/scripts/.*
|
|
.*/coverage/.*
|
|
.*/build/.*
|
|
.*/dist/.*
|
|
.*/static/.*
|
|
<PROJECT_ROOT>/src/fb/plugins/relaydevtools/relay-devtools/DevtoolsUI.js$
|
|
.*/website/.*
|
|
<PROJECT_ROOT>/src/plugins/sections/d3/d3.js$
|
|
.*\.tsx
|
|
.*/node_modules/.*
|
|
<PROJECT_ROOT>/doctor/.*
|
|
|
|
[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='^\(.*\)\.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.111.0
|