Skip to content

Commit 0c9d5ec

Browse files
authored
docs: 利用できない separatorChars オプションを削除
Refs #25
1 parent e11ca0e commit 0c9d5ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ textlint --rule no-doubled-joshi README.md
5656
// 例外を許可するかどうか
5757
"strict": false,
5858
// 助詞のうち「も」「や」は複数回の出現を許す
59-
"allow": ["",""],
60-
// 文区切り文字の配列
61-
"separatorChars": ["","?","!","",""]
59+
"allow": ["",""]
6260
}
6361
}
6462
}
@@ -70,8 +68,6 @@ textlint --rule no-doubled-joshi README.md
7068
- 下記参照。例外としているものもエラーとするかどうか
7169
- `allow`(default: []) :複数回の出現を許す助詞
7270
- 並立の助詞など、複数回出現しても無視する助詞を指定します。
73-
- `separatorChars`(default: ["。","?","!","?","!"]) : 文の区切り文字として使用する文字の配列
74-
- ピリオドや全角ピリオドを句点とする文章を評価するときは明示的に指定します。
7571

7672
> ********好き
7773

0 commit comments

Comments
 (0)