You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
I just introduced the valid-jsdoc rule in our repo, but it does not work as soon as I use string literal types or index signatures as types. I can work around that by creating type aliases, but in some cases I think this is not the best option.
Is there any better solution?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just introduced the
valid-jsdoc
rule in our repo, but it does not work as soon as I use string literal types or index signatures as types. I can work around that by creating type aliases, but in some cases I think this is not the best option.Is there any better solution?
The text was updated successfully, but these errors were encountered: