Skip to content

textlint-ja/textlint-rule-ja-no-inappropriate-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

 

Packages

No packages published