Allow support for triple slash comments for TypeScript.

Review Request #13665 — Created March 25, 2024 and submitted

Information

beanbag-eslint-plugin
master

Reviewers

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.

Summary ID
Allow support for triple slash comments for TypeScript.
The `spaced-comments` rule now allows the usage of `///` comments, which control TypeScript behavior (e.g. for referencing specific types in a file).
28c31af224a2502ac1ac67d09b2ebb36ff95a749
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (010b2b9)
Loading...