From 65b211c112d59d24340093acf0ec9e5158bdcdae Mon Sep 17 00:00:00 2001 From: kkopitehong Date: Fri, 3 Nov 2023 12:18:00 +0800 Subject: [PATCH] docs: update readme --- README.md | 5 +++-- package.json | 18 +++++++++++++----- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 250f0f8..500c874 100644 --- a/README.md +++ b/README.md @@ -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": {} } ``` diff --git a/package.json b/package.json index a9f5548..6c8b1fd 100644 --- a/package.json +++ b/package.json @@ -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" + } } } }, @@ -183,4 +191,4 @@ "mocha": "^9.2.1", "typescript": "^5.2.2" } -} +} \ No newline at end of file