@liwo/eslint-config 0.0.1 → 0.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@liwo/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "description": "ESLint config by Liwo",
6
6
  "author": "Aoang <aoang@x2oe.com>",
7
7
  "license": "MIT",
@@ -25,21 +25,15 @@
25
25
  "dist"
26
26
  ],
27
27
  "peerDependencies": {
28
- "@eslint-react/eslint-plugin": "^1.38.4",
29
- "@prettier/plugin-xml": "^3.4.1",
30
- "@unocss/eslint-plugin": ">=0.50.0",
31
- "astro-eslint-parser": "^1.0.2",
32
- "eslint": "^9.10.0",
33
- "eslint-plugin-astro": "^1.2.0",
34
- "eslint-plugin-format": ">=0.1.0",
28
+ "@eslint-react/eslint-plugin": "^1.52.3",
29
+ "@prettier/plugin-xml": "^3.4.2",
30
+ "@unocss/eslint-plugin": "^66.3.3",
31
+ "eslint": "^9.31.0",
32
+ "eslint-plugin-format": "^1.0.1",
35
33
  "eslint-plugin-react-hooks": "^5.2.0",
36
- "eslint-plugin-react-refresh": "^0.4.19",
37
- "eslint-plugin-solid": "^0.14.3",
38
- "eslint-plugin-svelte": ">=2.35.1",
34
+ "eslint-plugin-react-refresh": "^0.4.20",
39
35
  "eslint-plugin-vuejs-accessibility": "^2.4.1",
40
- "prettier-plugin-astro": "^0.14.0",
41
- "prettier-plugin-slidev": "^1.0.5",
42
- "svelte-eslint-parser": ">=0.37.0"
36
+ "prettier-plugin-slidev": "^1.0.5"
43
37
  },
44
38
  "peerDependenciesMeta": {
45
39
  "@eslint-react/eslint-plugin": {
@@ -51,12 +45,6 @@
51
45
  "@unocss/eslint-plugin": {
52
46
  "optional": true
53
47
  },
54
- "astro-eslint-parser": {
55
- "optional": true
56
- },
57
- "eslint-plugin-astro": {
58
- "optional": true
59
- },
60
48
  "eslint-plugin-format": {
61
49
  "optional": true
62
50
  },
@@ -71,9 +59,6 @@
71
59
  },
72
60
  "prettier-plugin-slidev": {
73
61
  "optional": true
74
- },
75
- "svelte-eslint-parser": {
76
- "optional": true
77
62
  }
78
63
  },
79
64
  "dependencies": {
@@ -99,7 +84,7 @@
99
84
  "eslint-plugin-pnpm": "^1.0.0",
100
85
  "eslint-plugin-regexp": "^2.9.0",
101
86
  "eslint-plugin-toml": "^0.12.0",
102
- "eslint-plugin-unicorn": "^59.0.1",
87
+ "eslint-plugin-unicorn": "^60.0.0",
103
88
  "eslint-plugin-unused-imports": "^4.1.4",
104
89
  "eslint-plugin-vue": "^10.3.0",
105
90
  "eslint-plugin-yml": "^1.18.0",
@@ -116,11 +101,10 @@
116
101
  "@eslint-react/eslint-plugin": "^1.52.3",
117
102
  "@eslint/config-inspector": "^1.1.0",
118
103
  "@prettier/plugin-xml": "^3.4.2",
119
- "@types/node": "^24.0.13",
104
+ "@types/node": "24.0.15",
120
105
  "@unocss/eslint-plugin": "^66.3.3",
121
- "bumpp": "^10.2.0",
122
- "eslint": "^9.31.0",
123
- "eslint-plugin-format": "^1.0.1",
106
+ "eslint": "9.31.0",
107
+ "eslint-plugin-format": "1.0.1",
124
108
  "eslint-plugin-react-hooks": "^5.2.0",
125
109
  "eslint-plugin-react-refresh": "^0.4.20",
126
110
  "eslint-plugin-vuejs-accessibility": "^2.4.1",
@@ -136,7 +120,7 @@
136
120
  "typescript": "^5.8.3",
137
121
  "vitest": "^3.2.4",
138
122
  "vue": "^3.5.17",
139
- "@liwo/eslint-config": "0.0.1"
123
+ "@liwo/eslint-config": "0.0.3"
140
124
  },
141
125
  "simple-git-hooks": {
142
126
  "pre-commit": "npx lint-staged"
@@ -151,11 +135,10 @@
151
135
  "build": "pnpm run gen && tsdown --clean --dts",
152
136
  "stub": "tsdown",
153
137
  "dev": "npx @eslint/config-inspector --config eslint.config.ts",
154
- "build:inspector": "pnpm build && npx @eslint/config-inspector build",
138
+ "build:inspector": "pnpm build && npx @eslint/config-inspector build --base eslint-config",
155
139
  "watch": "tsdown --watch",
156
140
  "lint": "eslint",
157
141
  "gen": "tsx scripts/typegen.ts",
158
- "release": "bumpp && pnpm publish",
159
142
  "test": "vitest",
160
143
  "typecheck": "tsc --noEmit"
161
144
  }