diff --git a/files/zh-tw/.markdownlint.jsonc b/files/zh-tw/.markdownlint.jsonc index 0b1ced60fe026d..d765055e49f895 100644 --- a/files/zh-tw/.markdownlint.jsonc +++ b/files/zh-tw/.markdownlint.jsonc @@ -94,6 +94,12 @@ "searchPattern": "/\\]\\(https?:\\/\\/localhost:\\d+\\//g", "replace": "](/", "searchScope": "text" + }, + { + "name": "force-pronoun", + "message": "Consider using '你' instead of '您'", + "searchPattern": "/您/g", + "searchScope": "text" } ] }