mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
bb5eaaa871
* 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
15 lines
189 B
Plaintext
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]
|