mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
08534699e7
* 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>
21 lines
329 B
Plaintext
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
|