Summary: Adds support for optional chaining to the codebase, enables flow and eslint support for it. Reviewed By: passy Differential Revision: D9940732 fbshipit-source-id: 730aa76653bd22a8fa17a73e72b3a7329de0226c
27 lines
451 B
Plaintext
27 lines
451 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.76.0
|