Skip to content

textlint-ja/textlint-rule-ja-no-orthographic-variants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published