@whoj/eslint-config 2.3.3 → 2.4.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/dist/cli.js +9 -4
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -112,8 +112,8 @@ import c2 from "picocolors";
|
|
|
112
112
|
var package_default = {
|
|
113
113
|
name: "@whoj/eslint-config",
|
|
114
114
|
type: "module",
|
|
115
|
-
version: "2.
|
|
116
|
-
packageManager: "pnpm@10.
|
|
115
|
+
version: "2.4.1",
|
|
116
|
+
packageManager: "pnpm@10.3.0",
|
|
117
117
|
description: "ESLint config",
|
|
118
118
|
license: "MIT",
|
|
119
119
|
homepage: "https://github.com/who-jonson/eslint-config",
|
|
@@ -148,7 +148,7 @@ var package_default = {
|
|
|
148
148
|
peerDependencies: {
|
|
149
149
|
"@prettier/plugin-xml": "^3.4.1",
|
|
150
150
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
151
|
-
eslint: "^9.
|
|
151
|
+
eslint: "^9.20.0",
|
|
152
152
|
"eslint-plugin-format": ">=0.1.0"
|
|
153
153
|
},
|
|
154
154
|
peerDependenciesMeta: {
|
|
@@ -515,7 +515,12 @@ async function updateJetbrainsIdea(result, flatConfigPath) {
|
|
|
515
515
|
}
|
|
516
516
|
await fsp3.writeFile(
|
|
517
517
|
ideaFlatConfigPath,
|
|
518
|
-
getJetbrainsEslintConfigContent(
|
|
518
|
+
getJetbrainsEslintConfigContent(
|
|
519
|
+
path3.relative(
|
|
520
|
+
path3.dirname(ideaFlatConfigPath),
|
|
521
|
+
flatConfigPath
|
|
522
|
+
)
|
|
523
|
+
),
|
|
519
524
|
"utf8"
|
|
520
525
|
);
|
|
521
526
|
p3.log.success(c4.green(`Created ${path3.relative(cwd, ideaFlatConfigPath)}`));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whoj/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.4.1",
|
|
5
5
|
"description": "ESLint config",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/who-jonson/eslint-config",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@prettier/plugin-xml": "^3.4.1",
|
|
23
23
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
24
|
-
"eslint": "^9.
|
|
24
|
+
"eslint": "^9.20.0",
|
|
25
25
|
"eslint-plugin-format": ">=0.1.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependenciesMeta": {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"typescript": "^5.7.3",
|
|
114
114
|
"vitest": "^3.0.4",
|
|
115
115
|
"vue": "^3.5.13",
|
|
116
|
-
"@whoj/eslint-config": "2.
|
|
116
|
+
"@whoj/eslint-config": "2.4.1"
|
|
117
117
|
},
|
|
118
118
|
"resolutions": {
|
|
119
119
|
"@eslint-community/eslint-utils": "^4.4.1",
|