@whoj/eslint-config 2.1.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.
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.1",
5
5
  "description": "ESLint config",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/who-jonson/eslint-config",
@@ -43,6 +43,7 @@
43
43
  "@clack/prompts": "^0.9.1",
44
44
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
45
45
  "@eslint/markdown": "^6.2.2",
46
+ "@nuxt/eslint-config": "^1.0.1",
46
47
  "@stylistic/eslint-plugin": "^3.0.1",
47
48
  "@typescript-eslint/eslint-plugin": "^8.22.0",
48
49
  "@typescript-eslint/parser": "^8.22.0",
@@ -113,7 +114,7 @@
113
114
  "typescript": "^5.7.3",
114
115
  "vitest": "^3.0.4",
115
116
  "vue": "^3.5.13",
116
- "@whoj/eslint-config": "2.1.0"
117
+ "@whoj/eslint-config": "2.2.1"
117
118
  },
118
119
  "resolutions": {
119
120
  "@eslint-community/eslint-utils": "^4.4.1",
@@ -134,6 +135,7 @@
134
135
  "build:inspector": "pnpm build && npx @eslint/config-inspector build",
135
136
  "watch": "tsup --watch",
136
137
  "lint": "eslint .",
138
+ "lint:fix": "eslint . --fix",
137
139
  "typegen": "tsx scripts/typegen.ts",
138
140
  "release": "bumpp && pnpm publish",
139
141
  "test": "vitest",