Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
action-hong committed Nov 3, 2023
1 parent 8137547 commit 65b211c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ you can use `Shift + Alt + F` or save to format your markdown with `zhlint`
```json
{
"zhlint.options": {
"rules": {},
"hyperParse": [],
"ignoredCases": [],
},
"zhlint.ignoredCases": {},
"zhlint.hyperParses": {}
}
```

Expand Down
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,18 @@
"items": {
"type": "object",
"properties": {
"prefix": "string",
"suffix": "string",
"textStart": "string",
"textEnd": "string"
"prefix": {
"type": "string"
},
"suffix": {
"type": "string"
},
"textStart": {
"type": "string"
},
"textEnd": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -183,4 +191,4 @@
"mocha": "^9.2.1",
"typescript": "^5.2.2"
}
}
}

0 comments on commit 65b211c

Please sign in to comment.