@whoj/eslint-config 2.2.0 → 2.2.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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -5
  2. package/package.json +3 -6
package/dist/cli.js CHANGED
@@ -114,7 +114,7 @@ import c2 from "picocolors";
114
114
  var package_default = {
115
115
  name: "@whoj/eslint-config",
116
116
  type: "module",
117
- version: "2.2.0",
117
+ version: "2.2.1",
118
118
  packageManager: "pnpm@10.2.1",
119
119
  description: "ESLint config",
120
120
  license: "MIT",
@@ -148,16 +148,12 @@ var package_default = {
148
148
  prepare: "simple-git-hooks"
149
149
  },
150
150
  peerDependencies: {
151
- "@nuxt/eslint-config": "^1.0.1",
152
151
  "@prettier/plugin-xml": "^3.4.1",
153
152
  "@unocss/eslint-plugin": ">=0.50.0",
154
153
  eslint: "^9.19.0",
155
154
  "eslint-plugin-format": ">=0.1.0"
156
155
  },
157
156
  peerDependenciesMeta: {
158
- "@nuxt/eslint-config": {
159
- optional: true
160
- },
161
157
  "@prettier/plugin-xml": {
162
158
  optional: true
163
159
  },
@@ -176,6 +172,7 @@ var package_default = {
176
172
  "@clack/prompts": "^0.9.1",
177
173
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
178
174
  "@eslint/markdown": "^6.2.2",
175
+ "@nuxt/eslint-config": "^1.0.1",
179
176
  "@stylistic/eslint-plugin": "^3.0.1",
180
177
  "@typescript-eslint/eslint-plugin": "^8.22.0",
181
178
  "@typescript-eslint/parser": "^8.22.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whoj/eslint-config",
3
3
  "type": "module",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "description": "ESLint config",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/who-jonson/eslint-config",
@@ -19,16 +19,12 @@
19
19
  "dist"
20
20
  ],
21
21
  "peerDependencies": {
22
- "@nuxt/eslint-config": "^1.0.1",
23
22
  "@prettier/plugin-xml": "^3.4.1",
24
23
  "@unocss/eslint-plugin": ">=0.50.0",
25
24
  "eslint": "^9.19.0",
26
25
  "eslint-plugin-format": ">=0.1.0"
27
26
  },
28
27
  "peerDependenciesMeta": {
29
- "@nuxt/eslint-config": {
30
- "optional": true
31
- },
32
28
  "@prettier/plugin-xml": {
33
29
  "optional": true
34
30
  },
@@ -47,6 +43,7 @@
47
43
  "@clack/prompts": "^0.9.1",
48
44
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
49
45
  "@eslint/markdown": "^6.2.2",
46
+ "@nuxt/eslint-config": "^1.0.1",
50
47
  "@stylistic/eslint-plugin": "^3.0.1",
51
48
  "@typescript-eslint/eslint-plugin": "^8.22.0",
52
49
  "@typescript-eslint/parser": "^8.22.0",
@@ -117,7 +114,7 @@
117
114
  "typescript": "^5.7.3",
118
115
  "vitest": "^3.0.4",
119
116
  "vue": "^3.5.13",
120
- "@whoj/eslint-config": "2.2.0"
117
+ "@whoj/eslint-config": "2.2.1"
121
118
  },
122
119
  "resolutions": {
123
120
  "@eslint-community/eslint-utils": "^4.4.1",