@kitschpatrol/eslint-config 6.0.2 → 6.1.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/bin/cli.js +1 -1
- package/dist/index.d.ts +390 -123
- package/dist/index.js +1 -1
- package/init/.vscode/settings.json +2 -2
- package/package.json +33 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/eslint-config",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "ESLint configuration for @kitschpatrol/shared-config.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shared-config",
|
|
@@ -42,46 +42,46 @@
|
|
|
42
42
|
"init/*"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
45
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
46
46
|
"@eslint-react/eslint-plugin": "2.1.1",
|
|
47
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
48
|
-
"@html-eslint/parser": "^0.
|
|
47
|
+
"@html-eslint/eslint-plugin": "^0.58.1",
|
|
48
|
+
"@html-eslint/parser": "^0.58.1",
|
|
49
49
|
"@pinojs/json-colorizer": "^4.0.0",
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
51
|
-
"@typescript-eslint/parser": "^8.
|
|
52
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
53
|
-
"astro-eslint-parser": "^1.
|
|
54
|
-
"cosmiconfig": "^9.0.
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
51
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
52
|
+
"@vitest/eslint-plugin": "^1.6.13",
|
|
53
|
+
"astro-eslint-parser": "^1.4.0",
|
|
54
|
+
"cosmiconfig": "^9.0.1",
|
|
55
55
|
"cosmiconfig-typescript-loader": "^6.2.0",
|
|
56
56
|
"decircular": "^1.0.0",
|
|
57
57
|
"deepmerge": "^4.3.1",
|
|
58
|
-
"eslint": "^9.39.
|
|
59
|
-
"eslint-config-flat-gitignore": "^2.
|
|
60
|
-
"eslint-flat-config-utils": "^3.0.
|
|
58
|
+
"eslint": "^9.39.4",
|
|
59
|
+
"eslint-config-flat-gitignore": "^2.3.0",
|
|
60
|
+
"eslint-flat-config-utils": "^3.0.2",
|
|
61
61
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
62
62
|
"eslint-mdx": "^3.7.0",
|
|
63
63
|
"eslint-plugin-astro": "^1.6.0",
|
|
64
|
-
"eslint-plugin-de-morgan": "^2.
|
|
65
|
-
"eslint-plugin-depend": "^1.
|
|
64
|
+
"eslint-plugin-de-morgan": "^2.1.1",
|
|
65
|
+
"eslint-plugin-depend": "^1.5.0",
|
|
66
66
|
"eslint-plugin-html": "^8.1.4",
|
|
67
|
-
"eslint-plugin-import-x": "^4.16.
|
|
68
|
-
"eslint-plugin-jsdoc": "^62.
|
|
69
|
-
"eslint-plugin-jsonc": "^3.1.
|
|
67
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
68
|
+
"eslint-plugin-jsdoc": "^62.8.0",
|
|
69
|
+
"eslint-plugin-jsonc": "^3.1.2",
|
|
70
70
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
71
71
|
"eslint-plugin-mdx": "^3.7.0",
|
|
72
72
|
"eslint-plugin-n": "^17.24.0",
|
|
73
73
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
74
|
-
"eslint-plugin-package-json": "^0.
|
|
75
|
-
"eslint-plugin-perfectionist": "^5.
|
|
76
|
-
"eslint-plugin-regexp": "^3.
|
|
77
|
-
"eslint-plugin-svelte": "^3.
|
|
78
|
-
"eslint-plugin-toml": "^1.3.
|
|
74
|
+
"eslint-plugin-package-json": "^0.91.0",
|
|
75
|
+
"eslint-plugin-perfectionist": "^5.7.0",
|
|
76
|
+
"eslint-plugin-regexp": "^3.1.0",
|
|
77
|
+
"eslint-plugin-svelte": "^3.16.0",
|
|
78
|
+
"eslint-plugin-toml": "^1.3.1",
|
|
79
79
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
80
|
-
"eslint-plugin-yml": "^3.3.
|
|
80
|
+
"eslint-plugin-yml": "^3.3.1",
|
|
81
81
|
"execa": "^9.6.1",
|
|
82
82
|
"find-workspaces": "^0.3.1",
|
|
83
|
-
"fs-extra": "^11.3.
|
|
84
|
-
"globals": "^17.
|
|
83
|
+
"fs-extra": "^11.3.4",
|
|
84
|
+
"globals": "^17.4.0",
|
|
85
85
|
"json-stringify-pretty-compact": "^4.0.0",
|
|
86
86
|
"jsonc-eslint-parser": "^3.1.0",
|
|
87
87
|
"local-pkg": "^1.1.2",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"picocolors": "^1.1.1",
|
|
90
90
|
"prettier": "^3.8.1",
|
|
91
91
|
"sort-package-json": "^3.6.1",
|
|
92
|
-
"svelte-eslint-parser": "^1.
|
|
92
|
+
"svelte-eslint-parser": "^1.6.0",
|
|
93
93
|
"toml-eslint-parser": "^1.0.3",
|
|
94
94
|
"yaml-eslint-parser": "^2.0.0",
|
|
95
95
|
"yargs": "^18.0.0"
|
|
@@ -102,11 +102,17 @@
|
|
|
102
102
|
"eslint-config-xo-typescript": "^9.0.0",
|
|
103
103
|
"eslint-typegen": "^2.3.1",
|
|
104
104
|
"globby": "^16.1.1",
|
|
105
|
-
"svelte": "^5.
|
|
105
|
+
"svelte": "^5.55.0"
|
|
106
106
|
},
|
|
107
107
|
"engines": {
|
|
108
108
|
"node": ">=20.19.0"
|
|
109
109
|
},
|
|
110
|
+
"devEngines": {
|
|
111
|
+
"runtime": {
|
|
112
|
+
"name": "node",
|
|
113
|
+
"version": ">=22.18.0"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
110
116
|
"publishConfig": {
|
|
111
117
|
"access": "public"
|
|
112
118
|
},
|