Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 683 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 683 Bytes

textlint-rule-budoux-comma

BudouX を用いて読点の位置を校正する textlint ルール

Install

Install with npm:

npm install textlint-rule-budoux-comma

Usage

Via .textlintrc.json(Recommended)

{
  "rules": {
    "budoux-comma": true
  }
}

Via CLI

textlint --rule budoux-comma README.md

Build

Builds source codes for publish to the lib folder. You can write ES2015+ source codes in src/ folder.

npm run build

Tests

Run test code in test folder. Test textlint rule by textlint-tester.

npm test

License

CC0-1.0