Skip to content

Commit

Permalink
zh-tw: add rule for force pronoun
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 committed Nov 27, 2023
1 parent 3878513 commit fade62b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/zh-tw/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
"searchPattern": "/\\]\\(https?:\\/\\/localhost:\\d+\\//g",
"replace": "](/",
"searchScope": "text"
},
{
"name": "force-pronoun",
"message": "Consider using '你' instead of '您'",
"searchPattern": "/您/g",
"searchScope": "text"
}
]
}
Expand Down

0 comments on commit fade62b

Please sign in to comment.