Skip to content

Commit d42d1b5

Browse files
committed
docs(readme): fix typo
1 parent 47f51ca commit d42d1b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ But, eslint-plugin-markdown don't support disabling Markdown(HTML) comment for i
1818
<!-- textlint-enable -->
1919

2020

21-
Sometimes, we want to write broken JavaScript code into JS CodeBlock for Syntax Highlight at the same time.
21+
Sometimes, we want to write broken JavaScript code into JS CodeBlock for Syntax Highlight.
2222

2323

2424
This is error example of parsing:
@@ -46,7 +46,10 @@ Via `.textlintrc`(Recommended)
4646
```json
4747
{
4848
"rules": {
49-
"eslint": true
49+
"eslint": {
50+
// Required: path to .eslintrc file
51+
configFile: "path/to/.eslintrc"
52+
}
5053
}
5154
}
5255
```

0 commit comments

Comments
 (0)