textlint rule for no period on paragraph end
textlint rule for no period on paragraph end
This rule does not allow punctuation at the end of a paragraph. This use case is used, for example, when you want to express rhythm or lingering phrases in a sentence, such as in the Japanese word โไฝ่จๆญขใโ(ending a sentence with a noun).
This is simple paragraph.
This paragraph has multiple sentences. First sentence is here. And the last sentence is here.
ใใใฏใทใณใใซใชๆฎต่ฝใ
ใใฎๆฎต่ฝใซใฏ่คๆฐใฎๆใใใใใใใๆๅใใใใฆใใใๆๅพใฎๆใ
This is simple paragraph
This paragraph has multiple sentences. First sentence is here. And the last sentence is here
ใใใฏใทใณใใซใชๆฎต่ฝ
ใใฎๆฎต่ฝใซใฏ่คๆฐใฎๆใใใใใใใๆๅใใใใฆใใใๆๅพใฎๆ
Install with npm:
npm install textlint-rule-no-period-on-paragraph-end
Via .textlintrc.json(Recommended):
{
"rules": {
"no-period-on-paragraph-end": true
}
}
Via CLI
textlint --rule no-period-on-paragraph-end README.md
If you are interested in contributing to textlint-rule-no-period-on-paragraph-end, I highly recommend checking out the contributing guidelines here. Youโll find all the relevant information such as how to make a PR, how to setup development) etc., there.