-
Notifications
You must be signed in to change notification settings - Fork 1
/
.markdownlint.json
110 lines (110 loc) · 1.85 KB
/
.markdownlint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
"default": true,
"ul-style": {
"style": "dash"
},
"no-trailing-spaces": {
"br_spaces": 0,
"list_item_empty_lines": false
},
"line-length": false,
"no-inline-html": false,
"no-duplicate-header": false,
"proper-names": {
"names": [
"JavaScript",
"HTML",
"CSS",
"AJAX",
"JSON",
"DOM",
"BOM",
"Less",
"Sass",
"SCSS",
"HTTP",
"HTTPS",
"WebSocket",
"ECMAScript",
"ECMAScript 2015",
"ECMAScript 6",
"ES6",
"ES2015",
"jQuery",
"jQuery Mobile",
"React",
"React Native",
"Bootstrap",
"Gulp",
"Grunt",
"webpack",
"Yeoman",
"npm",
"spm",
"Babel",
"Mocha",
"Jasmine",
"PHP",
"Java",
"Node.js",
"NodeJS",
"MySQL",
"MongoDB",
"Redis",
"Apache",
"Nginx",
"NGINX",
"GitHub",
"GitLab",
"GitCafe",
"Chrome",
"Firefox",
"Safari",
"Internet Explore",
"IE",
"IE 7",
"Opera",
"UC",
"Android",
"iOS",
"Windows",
"OS X",
"Ubuntu",
"Linux",
"Debian",
"PC",
"Mobile",
"H5",
"MacBook",
"MacBook Pro",
"MacBook Air",
"iMac",
"Mac Pro",
"iPad",
"Mac mini",
"iPad Air",
"iPad Air 2",
"iPad mini",
"iPhone",
"iPhone 6s",
"iPhone 6s Plus",
"Apple Watch",
"Alibaba",
"Taobao",
"Google",
"Alphabet",
"Apple",
"Microsoft",
"Yahoo",
"FPS",
"UI",
"URL",
"URI",
"URLs",
"URIs",
"Visual Studio Code"
],
"code_blocks": false
}
}