0.1.2 • Published 5 months ago

textlint-rule-period-in-header v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

textlint-rule-period-in-header

textlint rule

textlint rule that check with or without period in header.

By default, no period mark at end of header.

[OK]

# header

[NG]

# header.

Install

npm install textlint-rule-period-in-header

Usage

{
  "rules": {
    "period-in-header": true
  }
}

Options

{
  // Prefer to use period mark. (default is no period)
  // You can select period mark from `periodMarks`.
  "periodMark": "",
  // Built-in recognized period mark list.
  "periodMarks": [".", "。", "."]
}

License

MIT License

0.1.2

5 months ago

0.1.1

6 months ago

0.1.0

6 months ago