linted 30.4.0 → 30.5.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/.markdownlint.jsonc +6 -6
- package/package.json +7 -7
package/.markdownlint.jsonc
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
|
-
// #region
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
// #region v38.0.0
|
3
|
+
"$schema": "https://gist.githubusercontent.com/jimmy-zhening-luo/e0d6b5715f0df18bc462f752520bd485/raw",
|
4
|
+
"$help": {
|
5
|
+
"link": "https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md",
|
6
|
+
},
|
6
7
|
// #endregion
|
7
|
-
// #region Rules
|
8
8
|
"heading-increment": true /* MD001 */,
|
9
9
|
"heading-style": {
|
10
10
|
"style": "atx",
|
@@ -67,6 +67,7 @@
|
|
67
67
|
"allowed_elements": [
|
68
68
|
"br",
|
69
69
|
"details",
|
70
|
+
"img",
|
70
71
|
"summary",
|
71
72
|
],
|
72
73
|
} /* MD033 */,
|
@@ -124,5 +125,4 @@
|
|
124
125
|
} /* MD055 */,
|
125
126
|
"table-column-count": true /* MD056 */,
|
126
127
|
"blanks-around-tables": false /* MD058 */,
|
127
|
-
// #endregion
|
128
128
|
}
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
5
5
|
"name": "linted",
|
6
|
-
"version": "30.
|
6
|
+
"version": "30.5.1",
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted",
|
8
8
|
"private": false,
|
9
9
|
"engineStrict": true,
|
@@ -31,18 +31,18 @@
|
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@eslint/css": "0.10.0",
|
34
|
-
"@eslint/json": "0.13.
|
35
|
-
"@eslinted/core": "22.0.
|
36
|
-
"@eslinted/defaults": "12.
|
37
|
-
"@html-eslint/eslint-plugin": "0.
|
38
|
-
"@stylistic/eslint-plugin": "5.2.
|
34
|
+
"@eslint/json": "0.13.1",
|
35
|
+
"@eslinted/core": "22.0.2",
|
36
|
+
"@eslinted/defaults": "12.4.0",
|
37
|
+
"@html-eslint/eslint-plugin": "0.43.0",
|
38
|
+
"@stylistic/eslint-plugin": "5.2.2",
|
39
39
|
"eslint-plugin-chai-expect": "3.1.0",
|
40
40
|
"eslint-plugin-chai-friendly": "1.1.0",
|
41
41
|
"eslint-plugin-jsonc": "2.20.1",
|
42
42
|
"eslint-plugin-mocha": "11.1.0",
|
43
43
|
"eslint-plugin-svelte": "~3.11.0",
|
44
44
|
"eslint-plugin-yml": "1.18.0",
|
45
|
-
"typescript-eslint": "8.
|
45
|
+
"typescript-eslint": "8.38.0"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@types/chai": "^5.2.2",
|