mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
fd1420ddc8
* Initial commit * WIP * Fix lint * Fix tests * Add test for workspace migration * Rename title to use fileName instead of workspace name for designer * Linting
20 lines
328 B
Plaintext
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 |