We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7c82e commit 709e3a9Copy full SHA for 709e3a9
.github/workflows/.zhlintrc
@@ -1,6 +1,39 @@
1
{
2
"preset": "default",
3
"rules": {
4
+ "skipAbbrs": [
5
+ "Mr.",
6
+ "Mrs.",
7
+ "Dr.",
8
+ "Jr.",
9
+ "Sr.",
10
+ "vs.",
11
+ "etc.",
12
+ "i.e.",
13
+ "e.g.",
14
+ "a.k.a",
15
+ "Prof.",
16
+ "1.",
17
+ "2.",
18
+ "3.",
19
+ "4.",
20
+ "5.",
21
+ "6.",
22
+ "7.",
23
+ "8.",
24
+ "9.",
25
+ "10.",
26
+ "11.",
27
+ "12.",
28
+ "13.",
29
+ "14.",
30
+ "15.",
31
+ "16.",
32
+ "17.",
33
+ "18.",
34
+ "19.",
35
+ "20."
36
+ ],
37
"halfwidthPunctuation": "(),。、"
38
}
39
0 commit comments