File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,19 @@ $ textlint --rule textlint-rule-ginger text-to-proofread.txt
2424
2525## Options
2626
27- - ` skipPatterns ` : ` string[] `
28- - Set skip pattern that is detecting by [ @textlint/regexp-string-matcher ] ( https://github.com/textlint/regexp-string-matcher )
27+ * ` skipPatterns ` : ` string[] `
28+ * Set skip pattern that is detecting by [ @textlint/regexp-string-matcher ] ( https://github.com/textlint/regexp-string-matcher )
2929
3030You can set regexp-like string as skip patterns.
3131For more details about regexp-like string, see [ @textlint/regexp-string-matcher ] ( https://github.com/textlint/regexp-string-matcher )
3232
3333``` json
34- "rule" : {
35- "ginger" : {
36- "skipPatterns" : [" /JavaScript/i" ]
37- }
34+ {
35+ "rule" : {
36+ "ginger" : {
37+ "skipPatterns" : [" /JavaScript/i" ]
38+ }
39+ }
3840}
3941```
4042
You can’t perform that action at this time.
0 commit comments