textlint plugin to support kdoc
npm install @mirror-kt/textlint-plugin-kdoc
textlint plugin to support kdoc
comments.
``shellnpm
npm add -D @mirror-kt/textlint-plugin-kdoc
And write the following content in the textlint configuration file (e.x.
.textlintrc.json).`jsonc
{
"plugins": {
"@mirror-kt/textlint-plugin-kdoc": true
},
"rules": {
// your rules...
}
}
``This project is licensed under MIT License.