File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ textlint --preset ja-technical-writing README.md
99
99
100
100
文末には「。」を使い文を区切ります。
101
101
102
+ 「。」のつけ忘れのチェックや「:」で文を区切らないようにします。
102
103
103
104
"ja-no-mixed-period": {
104
105
"periodMark": "。"
@@ -117,9 +118,9 @@ textlint --preset ja-technical-writing README.md
117
118
### 同じ表現から文を開始しすぎない
118
119
> https://github.com/azu/textlint-rule-no-start-duplicated-conjunction
119
120
120
- 同じ表現から文を開始している場合、文の間で矛盾が発生している場合があります 。
121
+ 同じ表現から文を開始している場合、同じことを繰り返し説明している場合があります 。
121
122
122
- 箇条書きなど、同じ表現から開始したいは [ textlint-filter-rule-comments] ( https://github.com/textlint/textlint-filter-rule-comments " textlint-filter-rule-comments ") を使い回避してください。
123
+ 箇条書きなどで同じ表現から開始したいは [ textlint-filter-rule-comments] ( https://github.com/textlint/textlint-filter-rule-comments " textlint-filter-rule-comments ") を使い回避してください。
123
124
124
125
"no-start-duplicated-conjunction": {
125
126
"interval": 2
You can’t perform that action at this time.
0 commit comments