microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.67k stars 131 forks source link

`tsdoc-reference-unquoted-identifier` is incorrectly reported for certain identifiers #370

Open disog opened 6 months ago

disog commented 6 months ago

For example, {@link type} gives this error:

tsdoc-reference-unquoted-identifier: The identifier "type" must be quoted because it is a TSDoc system selector name  tsdoc/syntax

Originally posted by @diegosogari in https://github.com/microsoft/tsdoc/issues/148#issuecomment-1867669304