Skip to content

Files

Latest commit

Dec 27, 2022
0d318cf · Dec 27, 2022

History

History
30 lines (20 loc) · 354 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 354 Bytes

textlint-plugin-tsdoc

textlint plugin for tsdoc

Installation

$ npm install textlint-plugin-tsdoc

Default supported extensions

  • .ts
  • .cts
  • .mts
  • .tsx

Usage

add to textlint config the following:

{
  "plugins": ["tsdoc"]
}

License

The MIT License.