@dhzh/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.
@@ -6,7 +6,7 @@ import fsp from "node:fs/promises";
6
6
  import path from "node:path";
7
7
  import fs from "node:fs";
8
8
  //#region package.json
9
- var version = "2.2.0";
9
+ var version = "2.2.1";
10
10
  var devDependencies = {
11
11
  "@eslint/config-inspector": "^3.0.4",
12
12
  "@prettier/plugin-xml": "^3.4.2",
@@ -14,6 +14,7 @@ var devDependencies = {
14
14
  "@typescript-eslint/types": "^8.61.1",
15
15
  "bumpp": "^11.1.0",
16
16
  "bundle-require": "^5.1.0",
17
+ "changelogithub": "^14.0.0",
17
18
  "eslint": "^10.5.0",
18
19
  "eslint-typegen": "^2.3.1",
19
20
  "lint-staged": "^17.0.8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dhzh/eslint-config",
3
3
  "type": "module",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "description": "tinywaves's ESLint config",
6
6
  "author": {
7
7
  "name": "Lyle Zheng",
@@ -101,6 +101,7 @@
101
101
  "@typescript-eslint/types": "^8.61.1",
102
102
  "bumpp": "^11.1.0",
103
103
  "bundle-require": "^5.1.0",
104
+ "changelogithub": "^14.0.0",
104
105
  "eslint": "^10.5.0",
105
106
  "eslint-typegen": "^2.3.1",
106
107
  "lint-staged": "^17.0.8",
@@ -119,8 +120,8 @@
119
120
  },
120
121
  "scripts": {
121
122
  "build": "pnpm run typegen && tsdown --clean --dts",
122
- "build:inspector": "pnpm run build && npx @eslint/config-inspector build",
123
- "dev": "pnpm run typegen && npx @eslint/config-inspector --config eslint.config.ts",
123
+ "build:inspector": "pnpm run build && pnpm exec @eslint/config-inspector build",
124
+ "dev": "pnpm run typegen && pnpm exec @eslint/config-inspector --config eslint.config.ts",
124
125
  "lint": "eslint",
125
126
  "lint-fix": "eslint --fix .",
126
127
  "release": "bumpp",