@kitschpatrol/eslint-config 8.7.0 → 8.8.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 +479 -428
- package/dist/index.js +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/eslint-config",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.8.0",
|
|
4
4
|
"description": "ESLint configuration for @kitschpatrol/shared-config.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shared-config",
|
|
@@ -44,47 +44,47 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@e18e/eslint-plugin": "^0.8.0",
|
|
46
46
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
|
|
47
|
-
"@eslint-react/eslint-plugin": "^5.
|
|
47
|
+
"@eslint-react/eslint-plugin": "^5.19.0",
|
|
48
48
|
"@html-eslint/eslint-plugin": "^0.65.0",
|
|
49
49
|
"@html-eslint/parser": "^0.65.0",
|
|
50
50
|
"@pinojs/json-colorizer": "^4.0.0",
|
|
51
51
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
53
|
-
"@typescript-eslint/parser": "^8.
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^8.70.0",
|
|
53
|
+
"@typescript-eslint/parser": "^8.70.0",
|
|
54
54
|
"@vitest/eslint-plugin": "^1.6.27",
|
|
55
55
|
"astro-eslint-parser": "^3.1.0",
|
|
56
|
-
"cosmiconfig": "^10.0.
|
|
56
|
+
"cosmiconfig": "^10.0.1",
|
|
57
57
|
"cosmiconfig-typescript-loader": "^6.3.0",
|
|
58
58
|
"decircular": "^1.0.0",
|
|
59
59
|
"deepmerge": "^4.3.1",
|
|
60
|
-
"eslint": "^10.
|
|
61
|
-
"eslint-config-flat-gitignore": "^2.
|
|
60
|
+
"eslint": "^10.10.0",
|
|
61
|
+
"eslint-config-flat-gitignore": "^2.4.0",
|
|
62
62
|
"eslint-flat-config-utils": "^3.2.0",
|
|
63
63
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
64
64
|
"eslint-plugin-astro": "^3.1.0",
|
|
65
65
|
"eslint-plugin-de-morgan": "^2.1.3",
|
|
66
66
|
"eslint-plugin-depend": "^1.5.0",
|
|
67
|
-
"eslint-plugin-html": "^8.
|
|
67
|
+
"eslint-plugin-html": "^8.2.0",
|
|
68
68
|
"eslint-plugin-import-x": "^4.17.1",
|
|
69
|
-
"eslint-plugin-jsdoc": "^64.
|
|
69
|
+
"eslint-plugin-jsdoc": "^64.3.6",
|
|
70
70
|
"eslint-plugin-jsonc": "^3.4.2",
|
|
71
71
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
72
72
|
"eslint-plugin-math": "^0.13.1",
|
|
73
73
|
"eslint-plugin-mdx": "^3.8.1",
|
|
74
74
|
"eslint-plugin-n": "^18.3.0",
|
|
75
75
|
"eslint-plugin-no-only-tests": "^3.4.0",
|
|
76
|
-
"eslint-plugin-package-json": "^1.
|
|
77
|
-
"eslint-plugin-perfectionist": "^5.
|
|
78
|
-
"eslint-plugin-regexp": "^3.
|
|
76
|
+
"eslint-plugin-package-json": "^1.8.0",
|
|
77
|
+
"eslint-plugin-perfectionist": "^5.11.0",
|
|
78
|
+
"eslint-plugin-regexp": "^3.3.0",
|
|
79
79
|
"eslint-plugin-svelte": "^3.23.0",
|
|
80
80
|
"eslint-plugin-toml": "^1.5.0",
|
|
81
|
-
"eslint-plugin-unicorn": "^
|
|
81
|
+
"eslint-plugin-unicorn": "^74.0.0",
|
|
82
82
|
"eslint-plugin-yml": "^3.8.1",
|
|
83
83
|
"execa": "^10.0.1",
|
|
84
84
|
"find-workspaces": "^0.3.1",
|
|
85
85
|
"fs-extra": "^11.4.0",
|
|
86
86
|
"get-tsconfig": "^4.14.3",
|
|
87
|
-
"globals": "^17.
|
|
87
|
+
"globals": "^17.12.0",
|
|
88
88
|
"json-stringify-pretty-compact": "^4.0.0",
|
|
89
89
|
"local-pkg": "^1.2.1",
|
|
90
90
|
"package-up": "^5.0.0",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
103
103
|
"dot-prop": "^10.2.0",
|
|
104
104
|
"eslint-config-prettier": "^10.1.8",
|
|
105
|
-
"eslint-config-xo": "^
|
|
105
|
+
"eslint-config-xo": "^2.0.0",
|
|
106
106
|
"eslint-typegen": "^2.3.1",
|
|
107
107
|
"globby": "^16.2.4",
|
|
108
|
-
"svelte": "^5.
|
|
108
|
+
"svelte": "^5.57.0"
|
|
109
109
|
},
|
|
110
110
|
"engines": {
|
|
111
111
|
"node": "^24.16.0 || >=26.3.0"
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"build": "tsdown",
|
|
118
118
|
"cli": "node ./bin/cli.js",
|
|
119
119
|
"inspect": "npx @eslint/config-inspector --config ./init/eslint.config.ts",
|
|
120
|
-
"test": "vitest run",
|
|
120
|
+
"test": "vitest run --config ../../vitest.config.ts",
|
|
121
121
|
"update-rules": "tsx scripts/presetgen.ts && tsx scripts/typegen.ts && cd ../../ && ksc-eslint fix $PWD && ksc-prettier fix $PWD && ksc-prettier fix $PWD"
|
|
122
122
|
}
|
|
123
123
|
}
|