@mirror-kt/textlint-plugin-kdoc
v0.1.1
Published
textlint plugin to support kdoc
Readme
textlint-plugin-kdoc
textlint plugin to support kdoc comments.
Installation
# npm
npm add -D @mirror-kt/textlint-plugin-kdoc
# yarn
yarn add -D @mirror-kt/textlint-plugin-kdoc
# pnpm
pnpm add -D @mirror-kt/textlint-plugin-kdocAnd write the following content in the textlint configuration file (e.x. .textlintrc.json).
{
"plugins": {
"@mirror-kt/textlint-plugin-kdoc": true
},
"rules": {
// your rules...
}
}License
This project is licensed under MIT License.
