Skip to content

5625imai/textlint-rule-preset-comnico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-rule-preset-comnico

文章内容が、「コムニコプロダクト表記ガイドライン」に沿っているかチェックするための 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

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

MIT © 2022 comnico inc.

About

textlint rules for comnico

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%