@vinicunca/eslint-config 2.11.1 → 2.11.3
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/dist/index.cjs +2 -2
- package/dist/index.d.cts +206 -106
- package/dist/index.d.ts +206 -106
- package/dist/index.js +1 -1
- package/package.json +20 -20
package/dist/index.js
CHANGED
|
@@ -1124,7 +1124,7 @@ async function markdown(options = {}) {
|
|
|
1124
1124
|
files = [GLOB_MARKDOWN],
|
|
1125
1125
|
overrides = {}
|
|
1126
1126
|
} = options;
|
|
1127
|
-
const markdown2 = await interopDefault(import("eslint
|
|
1127
|
+
const markdown2 = await interopDefault(import("@eslint/markdown"));
|
|
1128
1128
|
return [
|
|
1129
1129
|
{
|
|
1130
1130
|
name: "vinicunca/markdown/setup",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.11.
|
|
4
|
+
"version": "2.11.3",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"node": ">=20.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
58
|
+
"@eslint-react/eslint-plugin": "^1.14.3",
|
|
59
59
|
"@prettier/plugin-xml": "^3.4.1",
|
|
60
|
-
"astro-eslint-parser": "^1.0.
|
|
61
|
-
"eslint": "^9.
|
|
62
|
-
"eslint-plugin-astro": "^1.2.
|
|
60
|
+
"astro-eslint-parser": "^1.0.3",
|
|
61
|
+
"eslint": "^9.11.1",
|
|
62
|
+
"eslint-plugin-astro": "^1.2.4",
|
|
63
63
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
64
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
64
|
+
"eslint-plugin-react-refresh": "^0.4.12",
|
|
65
65
|
"eslint-plugin-solid": "^0.14.3",
|
|
66
|
-
"eslint-plugin-svelte": ">=2.
|
|
66
|
+
"eslint-plugin-svelte": ">=2.44.1",
|
|
67
67
|
"prettier-plugin-astro": "^0.14.1",
|
|
68
68
|
"prettier-plugin-slidev": "^1.0.5",
|
|
69
|
-
"svelte-eslint-parser": ">=0.41.
|
|
69
|
+
"svelte-eslint-parser": ">=0.41.1"
|
|
70
70
|
},
|
|
71
71
|
"peerDependenciesMeta": {
|
|
72
72
|
"@eslint-react/eslint-plugin": {
|
|
@@ -107,29 +107,29 @@
|
|
|
107
107
|
"@antfu/install-pkg": "^0.4.1",
|
|
108
108
|
"@clack/prompts": "^0.7.0",
|
|
109
109
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
110
|
+
"@eslint/markdown": "^6.1.1",
|
|
110
111
|
"@stylistic/eslint-plugin": "^2.8.0",
|
|
111
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
112
|
-
"@typescript-eslint/parser": "^8.
|
|
113
|
-
"@unocss/eslint-plugin": "^0.
|
|
114
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
112
|
+
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
113
|
+
"@typescript-eslint/parser": "^8.7.0",
|
|
114
|
+
"@unocss/eslint-plugin": "^0.63.1",
|
|
115
|
+
"@vitest/eslint-plugin": "^1.1.4",
|
|
115
116
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
116
117
|
"eslint-flat-config-utils": "^0.4.0",
|
|
117
118
|
"eslint-merge-processors": "^0.1.0",
|
|
118
|
-
"eslint-plugin-antfu": "^2.
|
|
119
|
-
"eslint-plugin-command": "^0.2.
|
|
119
|
+
"eslint-plugin-antfu": "^2.7.0",
|
|
120
|
+
"eslint-plugin-command": "^0.2.6",
|
|
120
121
|
"eslint-plugin-format": "^0.1.2",
|
|
121
|
-
"eslint-plugin-import-x": "^4.
|
|
122
|
-
"eslint-plugin-jsdoc": "^50.
|
|
122
|
+
"eslint-plugin-import-x": "^4.3.1",
|
|
123
|
+
"eslint-plugin-jsdoc": "^50.3.0",
|
|
123
124
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
124
|
-
"eslint-plugin-
|
|
125
|
-
"eslint-plugin-n": "^17.10.2",
|
|
125
|
+
"eslint-plugin-n": "^17.10.3",
|
|
126
126
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
127
|
-
"eslint-plugin-perfectionist": "^3.
|
|
127
|
+
"eslint-plugin-perfectionist": "^3.7.0",
|
|
128
128
|
"eslint-plugin-regexp": "^2.6.0",
|
|
129
129
|
"eslint-plugin-sonarjs": "^1.0.4",
|
|
130
130
|
"eslint-plugin-toml": "^0.11.1",
|
|
131
131
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
132
|
-
"eslint-plugin-unused-imports": "^4.1.
|
|
132
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
133
133
|
"eslint-plugin-vue": "^9.28.0",
|
|
134
134
|
"eslint-plugin-yml": "^1.14.0",
|
|
135
135
|
"eslint-processor-vue-blocks": "^0.1.2",
|