textlint-rule-ja-no-inappropriate-words
v2.0.0
Published
不適切表現をチェックするtextlintルール
Downloads
2,750
Keywords
Readme
textlint-rule-ja-no-inappropriate-words
不適切表現をチェックするtextlintルール
参照: MosasoM/inappropriate-words-ja
1:1 error 不適切表現「いざり」が含まれています。 ja-no-inappropriate-words
Install
Install with npm:
npm install textlint-rule-ja-no-inappropriate-words
Usage
Via .textlintrc
(Recommended)
{
"rules": {
"ja-no-inappropriate-words": 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