日本のウェブ小説サービスへマルチポストするための基礎構文「JAWN-FS」のtextlint用プラグインです。
npm install textlint-plugin-jawn
{
"plugins": {
"jawn": true
}
}
初期状態では.jawn
または.jwn
拡張子のファイルを対象とします。
別の拡張子を追加する場合はオプションで指定します。
{
"plugins": {
"jawn": {
"extensions": [".custom-ext"]
}
}
}
MIT