insomnia/packages/insomnia-app/.flowconfig
Gregory Schier bb5eaaa871
GraphQL Docs Explorer (#1616)
* Implement a GraphQLExplorer for visually browsing schemas

* Fix some type stuff and theme

* Adjust GraphQL explorer colors for fields to match Codemirror

* Explorer state not modified when showing docs from dropdown

* A few more small tweaks and fixes
2019-07-31 11:05:43 -04:00

15 lines
189 B
Plaintext

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