insomnia/packages/insomnia-app/.flowconfig
Opender Singh fd1420ddc8
Add filename to apiSpec model and decouple from workspace name (#2063)
* Initial commit

* WIP

* Fix lint

* Fix tests

* Add test for workspace migration

* Rename title to use fileName instead of workspace name for designer

* Linting
2020-04-28 14:29:51 -04:00

20 lines
328 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