The Wayback Machine - http://web.archive.org/web/20210816000358/https://github.com/topics/preset
Skip to content
#

preset

Here are 157 public repositories matching this topic...

hankei6km
hankei6km commented Feb 22, 2021

文末という表現が正しいかはわかりませんが、Paragraph の最後にあると検出されないようです。また末尾に「。」が付いていても結果は同じです。

再現手順

設定(textlintrc)

{
  "rules": {
    "preset-jtf-style": {
        "2.1.6.カタカナの長音": true
    }
  }
}

試した文章(test.md)

# テスト

新しいコンピュータ

新しいコンピュータ。

新しいコンピュータを購入する。

実行結果。

$ npx textlint -c ./textlintrc test.md

/sandbox/reproduce/jtf-katakana-end-o

Improve this page

Add a description, image, and links to the preset topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the preset topic, visit your repo's landing page and select "manage topics."

Learn more