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
Support custom tag syntax, perhaps through regex. Further, it would be nice if you could omit specifying the syntax kind, such that the parser would allow the content following the tag to be whatever.
The text was updated successfully, but these errors were encountered:
Is this what "noStandardTags": true, is for? I thought it was mean to allow you to disable the default behavior in case you want to override it yourself.
Example:
I want to use supported JSDoc tags with
@custom-elements-manifest/analyzer
:Problem:
There is no way to define custom tags that support this format.
ESLint will not pass.
Proposal:
Support custom tag syntax, perhaps through regex. Further, it would be nice if you could omit specifying the syntax kind, such that the parser would allow the content following the tag to be whatever.
The text was updated successfully, but these errors were encountered: