textlint-rule-ondul-style
v1.0.1
Published
オンドゥル語として正しいかのチェック
Downloads
2
Readme
textlint-rule-ondul-style
テキストがオンドゥル語として正しいものかチェックするプラグインです。 Fix にも対応しているので、 -fix
を入れてご利用ください。
この textlint plugin は zenn でのプラグイン開発の手順として参考に作ったものになります。
textlint プラグインの作り方(例:オンドゥル語変換) 準備編
Install
Install with npm:
npm install textlint-rule-ondul-style
Usage
Via .textlintrc
(Recommended)
{
"rules": {
"ondul-style": true
}
}
Via CLI
textlint --rule ondul-style README.md
Build
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
yarn build
Tests
Run test code in test
folder.
Test textlint rule by textlint-tester.
yarn test
License
MIT © shivase