Skip to content

Commit 834853c

Browse files
committed
docs: Update README
1 parent 50bd645 commit 834853c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

ReadMe.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3030
You can set regexp-like string as skip patterns.
3131
For 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

0 commit comments

Comments
 (0)