We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文末という表現が正しいかはわかりませんが、Paragraph の最後にあると検出されないようです。また末尾に「。」が付いていても結果は同じです。
Paragraph
設定(textlintrc)
{ "rules": { "preset-jtf-style": { "2.1.6.カタカナの長音": true } } }
試した文章(test.md)
# テスト 新しいコンピュータ 新しいコンピュータ。 新しいコンピュータを購入する。
実行結果。
$ npx textlint -c ./textlintrc test.md /sandbox/reproduce/jtf-katakana-end-of-paragraph/test.md 7:4 ✓ error コンピュータを購 => コンピューターを購 jtf-style/2.1.6.カタカナの長音 ✖ 1 problem (1 error, 0 warnings) ✓ 1 fixable problem. Try to run: $ textlint --fix [file]
jtf-style/2.1.6.カタカナの長音
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文末という表現が正しいかはわかりませんが、
Paragraph
の最後にあると検出されないようです。また末尾に「。」が付いていても結果は同じです。再現手順
設定(textlintrc)
試した文章(test.md)
# テスト 新しいコンピュータ 新しいコンピュータ。 新しいコンピュータを購入する。
実行結果。
期待する結果
jtf-style/2.1.6.カタカナの長音
で全て検出される。実際の結果
The text was updated successfully, but these errors were encountered: