eslint-plugin-markdown-preferences 0.40.3 → 0.41.0
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/lib/chunk-pbuEa-1d.js +13 -0
- package/lib/index.d.ts +6 -7
- package/lib/index.js +271 -314
- package/package.json +12 -13
- package/lib/chunk-CzXV76rE.js +0 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-markdown-preferences",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.0",
|
|
4
4
|
"description": "ESLint plugin that enforces our markdown preferences",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "npm run build:
|
|
20
|
-
"build:meta": "npm run ts -- ./tools/update-meta.ts",
|
|
19
|
+
"build": "npm run build:tsdown",
|
|
21
20
|
"build:tsdown": "tsdown",
|
|
22
21
|
"lint": "eslint . --config=./eslint.config.mjs --no-config-lookup",
|
|
23
22
|
"tsc": "tsc --project tsconfig.build.json",
|
|
@@ -58,7 +57,7 @@
|
|
|
58
57
|
},
|
|
59
58
|
"homepage": "https://ota-meshi.github.io/eslint-plugin-markdown-preferences/",
|
|
60
59
|
"peerDependencies": {
|
|
61
|
-
"@eslint/markdown": "^7.4.0",
|
|
60
|
+
"@eslint/markdown": "^7.4.0 || ^8.0.0",
|
|
62
61
|
"eslint": ">=9.0.0"
|
|
63
62
|
},
|
|
64
63
|
"dependencies": {
|
|
@@ -77,13 +76,13 @@
|
|
|
77
76
|
"string-width": "^8.0.0"
|
|
78
77
|
},
|
|
79
78
|
"devDependencies": {
|
|
80
|
-
"@changesets/changelog-github": "^0.
|
|
79
|
+
"@changesets/changelog-github": "^0.6.0",
|
|
81
80
|
"@changesets/cli": "^2.28.1",
|
|
82
81
|
"@changesets/get-release-plan": "^4.0.8",
|
|
83
|
-
"@eslint/core": "^1.
|
|
84
|
-
"@eslint/markdown": "^
|
|
82
|
+
"@eslint/core": "^1.1.1",
|
|
83
|
+
"@eslint/markdown": "^8.0.1",
|
|
85
84
|
"@ota-meshi/eslint-plugin": "^0.20.0",
|
|
86
|
-
"@oxc-node/core": "^0.0
|
|
85
|
+
"@oxc-node/core": "^0.1.0",
|
|
87
86
|
"@shikijs/vitepress-twoslash": "^4.0.0",
|
|
88
87
|
"@types/eslint": "^9.6.1",
|
|
89
88
|
"@types/eslint-scope": "^9.0.0",
|
|
@@ -97,16 +96,16 @@
|
|
|
97
96
|
"assert": "^2.1.0",
|
|
98
97
|
"c8": "^11.0.0",
|
|
99
98
|
"env-cmd": "^11.0.0",
|
|
100
|
-
"eslint": "^10.
|
|
99
|
+
"eslint": "^10.1.0",
|
|
101
100
|
"eslint-compat-utils": "^0.6.4",
|
|
102
101
|
"eslint-config-prettier": "^10.1.1",
|
|
103
102
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
104
103
|
"eslint-plugin-eslint-plugin": "^7.0.0",
|
|
105
104
|
"eslint-plugin-jsdoc": "^62.0.0",
|
|
106
105
|
"eslint-plugin-json-schema-validator": "^6.0.0",
|
|
107
|
-
"eslint-plugin-jsonc": "^
|
|
106
|
+
"eslint-plugin-jsonc": "^3.0.0",
|
|
108
107
|
"eslint-plugin-markdown": "^5.1.0",
|
|
109
|
-
"eslint-plugin-markdown-links": "^0.
|
|
108
|
+
"eslint-plugin-markdown-links": "^0.8.0",
|
|
110
109
|
"eslint-plugin-n": "^17.16.2",
|
|
111
110
|
"eslint-plugin-node-dependencies": "^2.0.0",
|
|
112
111
|
"eslint-plugin-prettier": "^5.2.3",
|
|
@@ -127,13 +126,13 @@
|
|
|
127
126
|
"stylelint-config-recommended-vue": "^1.6.0",
|
|
128
127
|
"stylelint-config-standard": "^40.0.0",
|
|
129
128
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
130
|
-
"tsdown": "^0.
|
|
129
|
+
"tsdown": "^0.21.0",
|
|
131
130
|
"twoslash-eslint": "^0.3.1",
|
|
132
131
|
"type-fest": "^5.0.0",
|
|
133
132
|
"typescript": "~5.9.0",
|
|
134
133
|
"typescript-eslint": "^8.26.1",
|
|
135
134
|
"util": "^0.12.5",
|
|
136
|
-
"vite-plugin-eslint4b": "^0.
|
|
135
|
+
"vite-plugin-eslint4b": "^0.8.0",
|
|
137
136
|
"vitepress": "^1.6.3",
|
|
138
137
|
"vue-eslint-parser": "^10.0.0"
|
|
139
138
|
},
|
package/lib/chunk-CzXV76rE.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
//#region rolldown:runtime
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __exportAll = (all, symbols) => {
|
|
4
|
-
let target = {};
|
|
5
|
-
for (var name in all) {
|
|
6
|
-
__defProp(target, name, {
|
|
7
|
-
get: all[name],
|
|
8
|
-
enumerable: true
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
if (symbols) {
|
|
12
|
-
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
13
|
-
}
|
|
14
|
-
return target;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { __exportAll as t };
|