Gathering detailed insights and metrics for textlint-rule-preset-japanese
Gathering detailed insights and metrics for textlint-rule-preset-japanese
Gathering detailed insights and metrics for textlint-rule-preset-japanese
Gathering detailed insights and metrics for textlint-rule-preset-japanese
textlint-rule-preset-jtf-style
JTF Style Guide for Translators Working into Japanese for textlint.
textlint-rule-helper
A helper library for textlint rule.
textlint-rule-preset-ja-spacing
textlint-rule-preset-ja-spacingのルールプリセット
textlint-rule-preset-ja-technical-writing
技術文書向けのtextlintルールプリセット
npm install textlint-rule-preset-japanese
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
110 Stars
212 Commits
5 Forks
3 Watching
7 Branches
8 Contributors
Updated on 22 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
9.3%
847
Compared to previous day
Last week
-36.9%
3,603
Compared to previous week
Last month
-8%
20,465
Compared to previous month
Last year
1.8%
184,155
Compared to previous year
14
2
textlint rule preset for Japanese.
日本語向けのtextlint ruleのpresetです。
技術的な文章を書くためにより厳しいルールを求める方は次のプリセットを参照してください。
npmコマンドを使ってインストールできます。
npm install textlint-rule-preset-japanese
安定版は、半年(1月と7月)に一度更新されます。
次のように@next
をつけることで、次期バージョンをインストールして試せます。
安定版と次期バージョンの差分はVersion PackagesのPRで確認できます。
npm install textlint-rule-preset-japanese@next
このpresetは以下のルールを含んでいます。
Via .textlintrc
1{ 2 "rules": { 3 "preset-japanese": true 4 } 5}
Options
1{ 2 "rules": { 3 // それぞれのルールのデフォルト値 4 "preset-japanese": { 5 // https://github.com/textlint-ja/textlint-rule-max-ten 6 // 一文で使える"、"の数 7 "max-ten": { 8 "max": 3 9 }, 10 // https://github.com/takahashim/textlint-rule-no-doubled-conjunctive-particle-ga 11 // 逆接の接続助詞「が」が、同一文中に複数回出現していないかどうか 12 // e.g.) 今日は早朝から出発したが、定刻には間に合わなかったが、無事会場に到着した。 13 "no-doubled-conjunctive-particle-ga": true, 14 // https://github.com/takahashim/textlint-rule-no-doubled-conjunction 15 // 同じ接続詞が連続して出現していないかどうか 16 "no-doubled-conjunction": true, 17 // https://github.com/textlint-ja/textlint-rule-no-double-negative-ja 18 // 二重否定の検出 19 "no-double-negative-ja": true, 20 // https://github.com/textlint-ja/textlint-rule-no-doubled-joshi 21 // 二重助詞の検出 22 // 連続して同じ助詞が出た場合のみを検出 23 "no-doubled-joshi": { 24 "min_interval": 1 25 }, 26 // https://github.com/azu/textlint-rule-sentence-length 27 // 一文の最大の長さ 28 "sentence-length": { 29 "max": 100 30 }, 31 // https://github.com/textlint-ja/textlint-rule-no-dropping-the-ra 32 // ら抜き言葉を使用しない 33 "no-dropping-the-ra": true, 34 // https://github.com/azu/textlint-rule-no-mix-dearu-desumasu 35 // 文の敬体(ですます調)、常体(である調)のチェック 36 "no-mix-dearu-desumasu": true, 37 // https://github.com/azu/textlint-rule-no-nfd 38 // ホ゜ケット エンシ゛ン 39 // のような、Mac OS XでPDFやFinderからのコピペで発生する濁点のチェック 40 "no-nfd": true, 41 // https://github.com/textlint-rule/textlint-rule-no-invalid-control-character 42 // 制御文字の検出 43 "no-invalid-control-character": true, 44 // https://github.com/textlint-rule/textlint-rule-no-zero-width-spaces 45 // ゼロ幅スペースの検出 46 "no-zero-width-spaces": true, 47 // https://github.com/xl1/textlint-rule-no-kangxi-radicals 48 // 康煕部首の検出 49 "no-kangxi-radicals": true 50 } 51 } 52}
次のルールでバージョンが更新されます。
textlint-rule-preset-japaneseは、6ヶ月ごとにmajorアップデートを行います。
更新内容はReleases pageを参照してください。
質問は以下のGitterでお願いします。
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Reason
Found 1/12 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More