Skip to content

Latest commit

 

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.