Skip to content

Commit 33be2fd

Browse files
committed
docs(readme): update usage
1 parent 262948b commit 33be2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Via `.textlintrc`(Recommended)
7373

7474
```json
7575
{
76-
"rules": {
76+
"filters": {
7777
"ignore-comments": true
7878
}
7979
}
@@ -98,7 +98,7 @@ textlint --rule ignore-comments README.md
9898

9999
```js
100100
{
101-
"rules": {
101+
"filters": {
102102
"ignore-comments": {
103103
// enable comment directive
104104
// if comment has the value, then enable textlint rule

0 commit comments

Comments
 (0)