Socket
Book a DemoInstallSign in
Socket

textlint-rule-ja-no-inappropriate-words

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textlint-rule-ja-no-inappropriate-words

不適切表現をチェックするtextlintルール

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

textlintrule

FAQs

Package last updated on 24 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts