insomnia/packages/insomnia-app/.flowconfig
Opender Singh 08534699e7
Fix GitLab sync (#2162)
* Down with hardcoded slugs

* Type the error modal

* Set username

* Update

* Update

* add username

* Revert .flowconfig

* Address comments

* Simplify

Co-authored-by: Gregory Schier <gschier1990@gmail.com>
2020-05-15 14:11:06 +12:00

21 lines
329 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
esproposal.optional_chaining=enable
[lints]
[untyped]
<PROJECT_ROOT>/node_modules/graphql
<PROJECT_ROOT>/node_modules/iterall