File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
2
2
3
- [ textlint] ( https://github.com/azu/textlint " textlint ") rule is that limit maxinum ten(、) count of sentence.
3
+ [ textlint] ( https://github.com/azu/textlint " textlint ") rule is that limit maximum ten(、) count of sentence.
4
4
5
5
## Installation
6
6
12
12
$ textlint --rule max-ten README.md
13
13
# 11:0 error 一つの文で"、"を3つ以上使用しています max-ten
14
14
15
+ ## Configure
16
+
17
+ Configure the maximum number of "、" allowed in a sentence. The default is ` 3 `
18
+
19
+ Configure ` "max" ` value of the ` .textlintrc ` file.
20
+
21
+ ``` json
22
+ {
23
+ "rules" : {
24
+ "max-ten" : {
25
+ "max" : 3
26
+ }
27
+ }
28
+ }
29
+ ```
30
+
15
31
## Tests
16
32
17
33
npm test
You can’t perform that action at this time.
0 commit comments