Skip to content

Commit f9d5869

Browse files
authored
add .textlintrc usage (#26)
1 parent b27775f commit f9d5869

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
@@ -27,6 +27,18 @@ Note: In generally, using same conjunctive particles is not an issue. `ga` is sp
2727

2828
## Usage
2929

30+
Via `.textlintrc`(Recommended)
31+
32+
```json
33+
{
34+
"rules": {
35+
"no-doubled-conjunctive-particle-ga": true
36+
}
37+
}
38+
```
39+
40+
Via CLI
41+
3042
textlint --rule no-doubled-conjunctive-particle-ga sample.md
3143

3244
### Options

0 commit comments

Comments
 (0)