babel/.flowconfig
Logan Smyth 6af8e64711 Typecheck much more of the config loading process (#5642)
* Add type declarations for micromatch.

* Enable Flowtype on all config loading.

* Remove unneeded comments.
2017-04-18 09:28:18 -07:00

18 lines
265 B
Plaintext

[ignore]
.*/packages/.*/lib
.*/packages/.*/test
[include]
packages/*/src
[libs]
lib/file.js
lib/parser.js
lib/types.js
lib/third-party-libs.js.flow
[options]
strip_root=true
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
suppress_comment= \\(.\\|\n\\)*\\$FlowIssue