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