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
Same result if I explicitly set noStandardTags: false
Do I have to add them all to supportForTags?
Or is there a reference file I can add to extends?
Neither of those options make sense as tagDefinitions says "Additional tags to support when parsing documentation comments with TSDoc" which implies they're additional to the standard tags.
If I use this tsdoc.json
Then all the standard tags are giving errors:
Same result if I explicitly set
noStandardTags: false
Do I have to add them all to supportForTags?
Or is there a reference file I can add to
extends
?Neither of those options make sense as
tagDefinitions
says "Additional tags to support when parsing documentation comments with TSDoc" which implies they're additional to the standard tags.eslint versions:
The text was updated successfully, but these errors were encountered: