@whoj/eslint-config 2.1.0 → 2.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whoj/eslint-config",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.2.0",
5
5
  "description": "ESLint config",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/who-jonson/eslint-config",
@@ -19,12 +19,16 @@
19
19
  "dist"
20
20
  ],
21
21
  "peerDependencies": {
22
+ "@nuxt/eslint-config": "^1.0.1",
22
23
  "@prettier/plugin-xml": "^3.4.1",
23
24
  "@unocss/eslint-plugin": ">=0.50.0",
24
25
  "eslint": "^9.19.0",
25
26
  "eslint-plugin-format": ">=0.1.0"
26
27
  },
27
28
  "peerDependenciesMeta": {
29
+ "@nuxt/eslint-config": {
30
+ "optional": true
31
+ },
28
32
  "@prettier/plugin-xml": {
29
33
  "optional": true
30
34
  },
@@ -113,7 +117,7 @@
113
117
  "typescript": "^5.7.3",
114
118
  "vitest": "^3.0.4",
115
119
  "vue": "^3.5.13",
116
- "@whoj/eslint-config": "2.1.0"
120
+ "@whoj/eslint-config": "2.2.0"
117
121
  },
118
122
  "resolutions": {
119
123
  "@eslint-community/eslint-utils": "^4.4.1",
@@ -134,6 +138,7 @@
134
138
  "build:inspector": "pnpm build && npx @eslint/config-inspector build",
135
139
  "watch": "tsup --watch",
136
140
  "lint": "eslint .",
141
+ "lint:fix": "eslint . --fix",
137
142
  "typegen": "tsx scripts/typegen.ts",
138
143
  "release": "bumpp && pnpm publish",
139
144
  "test": "vitest",