@huangjunsen/markdownlint-config 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.json +111 -111
- package/package.json +12 -3
package/index.json
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
|
|
3
|
-
"default": true,
|
|
4
|
-
"ul-style": {
|
|
5
|
-
"style": "dash"
|
|
6
|
-
},
|
|
7
|
-
"no-trailing-spaces": {
|
|
8
|
-
"br_spaces": 0,
|
|
9
|
-
"list_item_empty_lines": false
|
|
10
|
-
},
|
|
11
|
-
"list-marker-space": false,
|
|
12
|
-
"line-length": false,
|
|
13
|
-
"no-inline-html": false,
|
|
14
|
-
"no-duplicate-header": false,
|
|
15
|
-
"fenced-code-language": true,
|
|
16
|
-
"proper-names": {
|
|
17
|
-
"names": [
|
|
18
|
-
"JavaScript",
|
|
19
|
-
"HTML",
|
|
20
|
-
"CSS",
|
|
21
|
-
"AJAX",
|
|
22
|
-
"JSON",
|
|
23
|
-
"DOM",
|
|
24
|
-
"BOM",
|
|
25
|
-
"Less",
|
|
26
|
-
"Sass",
|
|
27
|
-
"SCSS",
|
|
28
|
-
"HTTP",
|
|
29
|
-
"HTTPS",
|
|
30
|
-
"WebSocket",
|
|
31
|
-
"ECMAScript",
|
|
32
|
-
"ECMAScript 2015",
|
|
33
|
-
"ECMAScript 6",
|
|
34
|
-
"ES6",
|
|
35
|
-
"ES2015",
|
|
36
|
-
"jQuery",
|
|
37
|
-
"jQuery Mobile",
|
|
38
|
-
"React",
|
|
39
|
-
"React Native",
|
|
40
|
-
"Bootstrap",
|
|
41
|
-
"Gulp",
|
|
42
|
-
"Grunt",
|
|
43
|
-
"webpack",
|
|
44
|
-
"Yeoman",
|
|
45
|
-
"npm",
|
|
46
|
-
"spm",
|
|
47
|
-
"Babel",
|
|
48
|
-
"Mocha",
|
|
49
|
-
"Jasmine",
|
|
50
|
-
"PHP",
|
|
51
|
-
"Java",
|
|
52
|
-
"Node.js",
|
|
53
|
-
"NodeJS",
|
|
54
|
-
"MySQL",
|
|
55
|
-
"MongoDB",
|
|
56
|
-
"Redis",
|
|
57
|
-
"Apache",
|
|
58
|
-
"Nginx",
|
|
59
|
-
"NGINX",
|
|
60
|
-
"GitHub",
|
|
61
|
-
"GitLab",
|
|
62
|
-
"GitCafe",
|
|
63
|
-
"Chrome",
|
|
64
|
-
"Firefox",
|
|
65
|
-
"Safari",
|
|
66
|
-
"Internet Explore",
|
|
67
|
-
"IE",
|
|
68
|
-
"IE 7",
|
|
69
|
-
"Opera",
|
|
70
|
-
"UC",
|
|
71
|
-
"Android",
|
|
72
|
-
"iOS",
|
|
73
|
-
"Windows",
|
|
74
|
-
"OS X",
|
|
75
|
-
"Ubuntu",
|
|
76
|
-
"Linux",
|
|
77
|
-
"Debian",
|
|
78
|
-
"PC",
|
|
79
|
-
"Mobile",
|
|
80
|
-
"H5",
|
|
81
|
-
"MacBook",
|
|
82
|
-
"MacBook Pro",
|
|
83
|
-
"MacBook Air",
|
|
84
|
-
"iMac",
|
|
85
|
-
"Mac Pro",
|
|
86
|
-
"iPad",
|
|
87
|
-
"Mac mini",
|
|
88
|
-
"iPad Air",
|
|
89
|
-
"iPad Air 2",
|
|
90
|
-
"iPad mini",
|
|
91
|
-
"iPhone",
|
|
92
|
-
"iPhone 6s",
|
|
93
|
-
"iPhone 6s Plus",
|
|
94
|
-
"Apple Watch",
|
|
95
|
-
"Alibaba",
|
|
96
|
-
"Taobao",
|
|
97
|
-
"Google",
|
|
98
|
-
"Alphabet",
|
|
99
|
-
"Apple",
|
|
100
|
-
"Microsoft",
|
|
101
|
-
"Yahoo",
|
|
102
|
-
"FPS",
|
|
103
|
-
"UI",
|
|
104
|
-
"URL",
|
|
105
|
-
"URI",
|
|
106
|
-
"URLs",
|
|
107
|
-
"URIs",
|
|
108
|
-
"Visual Studio Code"
|
|
109
|
-
],
|
|
110
|
-
"code_blocks": false
|
|
111
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
|
|
3
|
+
"default": true,
|
|
4
|
+
"ul-style": {
|
|
5
|
+
"style": "dash"
|
|
6
|
+
},
|
|
7
|
+
"no-trailing-spaces": {
|
|
8
|
+
"br_spaces": 0,
|
|
9
|
+
"list_item_empty_lines": false
|
|
10
|
+
},
|
|
11
|
+
"list-marker-space": false,
|
|
12
|
+
"line-length": false,
|
|
13
|
+
"no-inline-html": false,
|
|
14
|
+
"no-duplicate-header": false,
|
|
15
|
+
"fenced-code-language": true,
|
|
16
|
+
"proper-names": {
|
|
17
|
+
"names": [
|
|
18
|
+
"JavaScript",
|
|
19
|
+
"HTML",
|
|
20
|
+
"CSS",
|
|
21
|
+
"AJAX",
|
|
22
|
+
"JSON",
|
|
23
|
+
"DOM",
|
|
24
|
+
"BOM",
|
|
25
|
+
"Less",
|
|
26
|
+
"Sass",
|
|
27
|
+
"SCSS",
|
|
28
|
+
"HTTP",
|
|
29
|
+
"HTTPS",
|
|
30
|
+
"WebSocket",
|
|
31
|
+
"ECMAScript",
|
|
32
|
+
"ECMAScript 2015",
|
|
33
|
+
"ECMAScript 6",
|
|
34
|
+
"ES6",
|
|
35
|
+
"ES2015",
|
|
36
|
+
"jQuery",
|
|
37
|
+
"jQuery Mobile",
|
|
38
|
+
"React",
|
|
39
|
+
"React Native",
|
|
40
|
+
"Bootstrap",
|
|
41
|
+
"Gulp",
|
|
42
|
+
"Grunt",
|
|
43
|
+
"webpack",
|
|
44
|
+
"Yeoman",
|
|
45
|
+
"npm",
|
|
46
|
+
"spm",
|
|
47
|
+
"Babel",
|
|
48
|
+
"Mocha",
|
|
49
|
+
"Jasmine",
|
|
50
|
+
"PHP",
|
|
51
|
+
"Java",
|
|
52
|
+
"Node.js",
|
|
53
|
+
"NodeJS",
|
|
54
|
+
"MySQL",
|
|
55
|
+
"MongoDB",
|
|
56
|
+
"Redis",
|
|
57
|
+
"Apache",
|
|
58
|
+
"Nginx",
|
|
59
|
+
"NGINX",
|
|
60
|
+
"GitHub",
|
|
61
|
+
"GitLab",
|
|
62
|
+
"GitCafe",
|
|
63
|
+
"Chrome",
|
|
64
|
+
"Firefox",
|
|
65
|
+
"Safari",
|
|
66
|
+
"Internet Explore",
|
|
67
|
+
"IE",
|
|
68
|
+
"IE 7",
|
|
69
|
+
"Opera",
|
|
70
|
+
"UC",
|
|
71
|
+
"Android",
|
|
72
|
+
"iOS",
|
|
73
|
+
"Windows",
|
|
74
|
+
"OS X",
|
|
75
|
+
"Ubuntu",
|
|
76
|
+
"Linux",
|
|
77
|
+
"Debian",
|
|
78
|
+
"PC",
|
|
79
|
+
"Mobile",
|
|
80
|
+
"H5",
|
|
81
|
+
"MacBook",
|
|
82
|
+
"MacBook Pro",
|
|
83
|
+
"MacBook Air",
|
|
84
|
+
"iMac",
|
|
85
|
+
"Mac Pro",
|
|
86
|
+
"iPad",
|
|
87
|
+
"Mac mini",
|
|
88
|
+
"iPad Air",
|
|
89
|
+
"iPad Air 2",
|
|
90
|
+
"iPad mini",
|
|
91
|
+
"iPhone",
|
|
92
|
+
"iPhone 6s",
|
|
93
|
+
"iPhone 6s Plus",
|
|
94
|
+
"Apple Watch",
|
|
95
|
+
"Alibaba",
|
|
96
|
+
"Taobao",
|
|
97
|
+
"Google",
|
|
98
|
+
"Alphabet",
|
|
99
|
+
"Apple",
|
|
100
|
+
"Microsoft",
|
|
101
|
+
"Yahoo",
|
|
102
|
+
"FPS",
|
|
103
|
+
"UI",
|
|
104
|
+
"URL",
|
|
105
|
+
"URI",
|
|
106
|
+
"URLs",
|
|
107
|
+
"URIs",
|
|
108
|
+
"Visual Studio Code"
|
|
109
|
+
],
|
|
110
|
+
"code_blocks": false
|
|
111
|
+
}
|
|
112
112
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huangjunsen/markdownlint-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"main": "index.json",
|
|
5
|
+
"files": [
|
|
6
|
+
"index.json",
|
|
7
|
+
"README.md"
|
|
8
|
+
],
|
|
5
9
|
"description": "markdown文档规范",
|
|
6
10
|
"keywords": [
|
|
7
11
|
"encode",
|
|
@@ -11,8 +15,13 @@
|
|
|
11
15
|
"author": "Huangjunsen <951434130@qq.com>",
|
|
12
16
|
"homepage": "https://github.com/Huang-junsen/js-encode-fe-spec#readme",
|
|
13
17
|
"license": "ISC",
|
|
14
|
-
"
|
|
15
|
-
"markdownlint": "
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"markdownlint": ">=0.25.0"
|
|
20
|
+
},
|
|
21
|
+
"peerDependenciesMeta": {
|
|
22
|
+
"markdownlint": {
|
|
23
|
+
"optional": true
|
|
24
|
+
}
|
|
16
25
|
},
|
|
17
26
|
"repository": {
|
|
18
27
|
"type": "git",
|