textlint-rule-ja-no-inappropriate-words-resola
v1.0.1
Published
fork of textlint-rule-ja-no-inappropriate-words
Downloads
136
Readme
textlint-rule-ja-no-inappropriate-words-resola
Fork from: MosasoM/inappropriate-words-ja
不適切表現をチェックするtextlintルール
1:1 error 不適切表現「いざり」が含まれています。 ja-no-inappropriate-words
Install
Install with npm:
npm install textlint-rule-ja-no-inappropriate-words-resola
Usage
Via .textlintrc
(Recommended)
{
"rules": {
"ja-no-inappropriate-words-resola": true
}
}
Via CLI
textlint --rule ja-no-inappropriate-words 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
Disclaimer
The following creations are included in this product:
License
MIT © Tomoyuki Hata