Summary: Plugin bundling operation implemented in flipper-pkg Reviewed By: passy Differential Revision: D20191845 fbshipit-source-id: 6a7156debf96668c323dcb740b33542f129f0689
41 lines
729 B
Plaintext
41 lines
729 B
Plaintext
[ignore]
|
|
.*/scripts/.*
|
|
.*/coverage/.*
|
|
.*/build/.*
|
|
.*/pkg/.*
|
|
.*/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/.*
|
|
<PROJECT_ROOT>/react-native/ReactNativeFlipperExample/.*
|
|
|
|
[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.119.0
|