Allow support for triple slash comments for TypeScript.
Review Request #13665 — Created March 25, 2024 and submitted — Latest diff uploaded
The
spaced-comments
rule now allows the usage of///
comments, which
control TypeScript behavior (e.g. for referencing specific types in a
file).
Tested code that made usage of
///
. Verified it didn't complain, but
that comments like//ohhi
still triggered a lint warning.