2.0.0 • Published 3 years ago

textlint-rule-ja-no-inappropriate-words v2.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

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

1.0.5

3 years ago

2.0.0

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago