Skip to content

Commit

Permalink
update options in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aborazmeh committed Jul 8, 2024
1 parent ba7c3b7 commit 9dc4f73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ textlint --rule no-mixed-punctuations --fix README.md

Via `.textlintrc.json`(Recommended)

```json
```jsonc
{
"rules": {
"no-mixed-punctuations": true
"no-mixed-punctuations": {
"language": "english" // choices: 'arabic', 'english
}
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"textlintrule"
],
Expand Down

0 comments on commit 9dc4f73

Please sign in to comment.