Skip to content

Commit 89722d2

Browse files
authored
add .textlintrc usage (#26)
1 parent 62932c3 commit 89722d2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ In this example, "**しかし**" are used sequentially.
2525

2626
## Usage
2727

28+
Via `.textlintrc`(Recommended)
29+
30+
```json
31+
{
32+
"rules": {
33+
"no-doubled-conjunction": true
34+
}
35+
}
36+
```
37+
38+
Via CLI
39+
2840
textlint --rule no-doubled-conjunction sample.md
2941

3042
### Options

0 commit comments

Comments
 (0)