textlint-plugin-jawn
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

textlint-plugin-jawn

日本のウェブ小説サービスへマルチポストするための基礎構文「JAWN-FS」のtextlint用プラグインです。

インストール

npm install textlint-plugin-jawn

使い方

{
  "plugins": {
    "jawn": true
  }
}

初期状態では.jawnまたは.jwn拡張子のファイルを対象とします。
別の拡張子を追加する場合はオプションで指定します。

{
  "plugins": {
    "jawn": {
      "extensions": [".custom-ext"]
    }
  }
}

License

MIT

Package Sidebar

Install

npm i textlint-plugin-jawn

Weekly Downloads

4

Version

2.0.1

License

MIT

Unpacked Size

9.46 kB

Total Files

17

Last publish

Collaborators

  • matori