File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,16 +61,16 @@ https://github.com/azu/textlint-rule-max-kanji-continuous-len
61
61
- 数量を表現し、数を数えられるものは算用数字を使用します。
62
62
- 任意の数に置き換えても通用する語句がこれに該当します。序数詞(「第~回」「~番目」「~回目」)も算用数字を使います。
63
63
- 慣用的表現、熟語、概数、固有名詞、副詞など、漢数字を使用することが一般的な語句では漢数字を使います。
64
- https://github.com/azu/textlint-rule-preset-JTF-style
65
- https://www.jtf.jp/jp/style_guide/styleguide_top.html
64
+ - https://github.com/azu/textlint-rule-preset-JTF-style
65
+ - https://www.jtf.jp/jp/style_guide/styleguide_top.html
66
66
67
67
"arabic-kanji-numbers": true,
68
68
69
69
### 「ですます調」、「である調」を統一します
70
70
- 見出しは自動
71
71
- 本文はですます調
72
72
- 箇条書きはである調
73
- https://github.com/azu/textlint-rule-no-mix-dearu-desumasu
73
+ - https://github.com/azu/textlint-rule-no-mix-dearu-desumasu
74
74
75
75
"no-mix-dearu-desumasu": {
76
76
"preferInHeader": "",
@@ -125,8 +125,8 @@ https://github.com/azu/textlint-rule-no-hankaku-kana
125
125
"no-hankaku-kana": true,
126
126
127
127
### 弱い日本語表現の利用を使用しない
128
- 〜かもしれない 等の弱い表現を使用しない
129
- https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase
128
+ - 〜かもしれない 等の弱い表現を使用しない
129
+ - https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase
130
130
131
131
"ja-no-weak-phrase": true,
132
132
You can’t perform that action at this time.
0 commit comments