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.