Skip to content

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

License

Notifications You must be signed in to change notification settings

okayurisotto/textlint-rule-budoux-comma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks