insomnia/packages/insomnia-app/.flowconfig
2020-04-26 13:33:39 -07:00

19 lines
292 B
Plaintext

[ignore]
.*/node_modules/.*
.*/__fixtures__/.*
!<PROJECT_ROOT>/node_modules/graphql
!<PROJECT_ROOT>/node_modules/iterall
[include]
[libs]
[options]
esproposal.decorators=ignore
module.file_ext=.css
[lints]
[untyped]
<PROJECT_ROOT>/node_modules/graphql
<PROJECT_ROOT>/node_modules/iterall