Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

textlint-rule-ja-hiragana-daimeishi

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 03 Jan 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc