Skip to content

Commit 1018189

Browse files
committed
chore(readme): コメントを追加
1 parent 12a4199 commit 1018189

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Configure `"max"` value of the `.textlintrc` file.
2222
{
2323
"rules": {
2424
"max-ten": {
25+
// 1文で利用できる"、"の最大数
2526
"max" : 3
2627
}
2728
}
@@ -36,7 +37,9 @@ Configure `"max"` value of the `.textlintrc` file.
3637

3738
> ビスケットの主な材料は(1)小麦粉、(2)牛乳、(3)ショートニング、(4)バター、(5)砂糖である。
3839
39-
=> No error: 名詞同士で囲まれている `` はカウントされない
40+
- No error: 名詞同士で囲まれている `` はカウントされない
41+
- 設定で `{ strict: true }` とした場合はこの例外は適応されずエラーとします
42+
4043

4144
## Tests
4245

0 commit comments

Comments
 (0)