File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ $ textlint --rule textlint-rule-ginger text-to-proofread.txt
2525## Options
2626
2727* ` skipPatterns ` : ` string[] `
28- * Set skip pattern that is detecting by [ @textlint/regexp-string-matcher ] ( https://github.com/textlint/regexp-string-matcher )
28+ * Set skip pattern that is detected by [ @textlint/regexp-string-matcher ] ( https://github.com/textlint/regexp-string-matcher )
2929
3030You can set regexp-like string as skip patterns.
31+
3132For more details about regexp-like string, see [ @textlint/regexp-string-matcher ] ( https://github.com/textlint/regexp-string-matcher )
3233
3334``` json
Original file line number Diff line number Diff line change 4747 "textlint-tester" : " ^3.0.3"
4848 },
4949 "lint-staged" : {
50+ "*.md" : [" prettier" , " git add" ],
5051 "*.js" : [" prettier" , " git add" ],
5152 "*.json" : [" prettier" , " git add" ]
5253 }
You can’t perform that action at this time.
0 commit comments