mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
402eb75f9a
* fix: tooltip with an initial empty message causes issues * test: add failing test * fix: breaking test is fixed with the fix * test: expand on tests * chore: rename test * test: add checks for the child element * test: add comments * chore: spacing * fix: oopsie
17 lines
180 B
Plaintext
17 lines
180 B
Plaintext
[ignore]
|
|
.*/node_modules/.*
|
|
./.cache
|
|
./dist
|
|
./storybook-static
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
./flow-typed
|
|
|
|
[options]
|
|
esproposal.decorators=ignore
|
|
esproposal.optional_chaining=enable
|
|
|
|
[lints]
|