Files
flipper/.flowconfig
greenkeeper[bot] 5e71794158 @allow-large-files [flipper][PR] Update flow-bin to the latest version � (#842)
Summary:
## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.119.0` to `0.119.1`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

 ---

**Publisher:** [jbrown215](https://www.npmjs.com/~jbrown215)
**License:** MIT

[Find out more about this release](https://github.com/flowtype/flow-bin).

 ---

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

 ---

Your [Greenkeeper](https://greenkeeper.io) bot 🌴
Pull Request resolved: https://github.com/facebook/flipper/pull/842

Reviewed By: cekkaewnumchai

Differential Revision: D20303393

Pulled By: passy

fbshipit-source-id: b08d88b3b24db8e041a06e9e64d8442efc64eb6d
2020-03-11 03:18:45 -07:00

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.120.1