Socket
Socket
Sign inDemoInstall

textlint-rule-ja-hiragana-daimeishi

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    textlint-rule-ja-hiragana-daimeishi

Check easy-to-read Daimeishi(pronouns) written in Hiragana than Kanji.


Version published
Maintainers
1
Created

Readme

Source

textlint-rule-ja-hiragana-daimeishi

Check easy-to-read Daimeishi(pronouns) written in Hiragana than Kanji.

漢字よりもひらがなで表記したほうが読みやすい代名詞・形式名詞を指摘します。検出には形態素解析を使っています。自動修正にも対応しています。

Install

Install with npm:

npm install textlint-rule-ja-hiragana-daimeishi

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "ja-hiragana-daimeishi": true
    }
}

Via CLI

textlint --rule ja-hiragana-daimeishi README.md

Fixable

textlint --fix ja-hiragana-daimeishi 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

List

FromTo
彼処あそこ
何処どこ
何処いずこ
貴方あなた
何時いつ
これ
何れいずれ

License

MIT © Hiroshi Takase

Keywords

FAQs

Last updated on 03 Jan 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc