Summary: Surprisingly, this didn't require any code changes. \o/ Reviewed By: mweststrate Differential Revision: D18527897 fbshipit-source-id: a69744374f6f6e4d2b3e3acf67d5303b3882b5c3
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.112.0
|