File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 11# textlint-rule-max-ten [ ![ Build Status] ( https://travis-ci.org/azu/textlint-rule-max-ten.svg?branch=master )] ( https://travis-ci.org/azu/textlint-rule-max-ten )
22
3- [ textlint] ( https://github.com/azu /textlint " textlint ") rule is that limit maximum ten(、) count of sentence.
3+ [ textlint] ( https://github.com/textlint /textlint " textlint ") rule is that limit maximum ten(、) count of sentence.
44
55## Installation
66
@@ -22,25 +22,12 @@ Configure `"max"` value of the `.textlintrc` file.
2222{
2323 "rules" : {
2424 "max-ten" : {
25- // 1文で利用できる"、"の最大数
2625 "max" : 3
2726 }
2827 }
2928}
3029```
3130
32- ## Example
33-
34- > これは、長文の例ですが、読点の数が3つ以上あるので、エラーが報告されます。
35-
36- => error 一つの文で"、"を3つ以上使用しています
37-
38- > ビスケットの主な材料は(1)小麦粉、(2)牛乳、(3)ショートニング、(4)バター、(5)砂糖である。
39-
40- - No error: 名詞同士で囲まれている ` 、 ` はカウントされない
41- - 設定で ` { strict: true } ` とした場合はこの例外は適応されずエラーとします
42-
43-
4431## Tests
4532
4633 npm test
You can’t perform that action at this time.
0 commit comments