textlint-rule-web-plus-db
v1.1.5
Published
Web+DB用語統一のtextlintルール
Downloads
106
Readme
textlint-rule-web-plus-db
inao/WEB+DB PRESS用語統一ルール for textlint
できる限りWEB+DB PRESS用語統一ルールを厳守することを目的としています。
Installation
npm install textlint-rule-web-plus-db
and install textlint either locally or globally.
Usage
Via CLI
$ npm install textlint textlint-rule-web-plus-db -g
$ textlint --rule web-plus-db README.md
Via .textlintrc
{
"rules": {
"web-plus-db": true
}
}
Similar rules
目的が類似するルール
- azu/textlint-rule-prh
- 自分で用意した辞書で表記揺れを検出するためのルール
- azu/textlint-rule-spellcheck-tech-word
- WEB+DB PRESS用語統一を一部含んでいるルール
- textlint-rule-web-plus-dbとは重複したルールが多いため併用は非推奨(二重にエラーがでます)
Tests
npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT
Thanks to inao/WEB+DB PRESS用語統一ルール.