文章内容が、「コムニコプロダクト表記ガイドライン」に沿っているかチェックするための textlint ルールプリセットです。
Install with npm:
npm install textlint-rule-preset-comnico
Via .textlintrc
(Recommended)
{
"rules": {
"preset-comnico": true
}
}
Via CLI
textlint --rule preset-comnico README.md
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
npm run build
Run test code in test
folder.
Test textlint rule by textlint-tester.
npm test
MIT © 2022 comnico inc.