2.0.0 • Published 3 years ago

textlint-rule-ja-no-orthographic-variants v2.0.0

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

textlint-rule-ja-no-orthographic-variants

表記ゆれをチェックする textlint ルール

1:1  error  「組立」、「組み立て」の表記ゆれがあります。  ja-no-orthographic-variants

Install

Install with npm:

npm install textlint-rule-ja-no-orthographic-variants

Usage

Via .textlintrc(Recommended)

{
  "rules": {
    "ja-no-orthographic-variants": true
  }
}

Via CLI

textlint --rule ja-no-orthographic-variants 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.2

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago