@ethang/eslint-config 23.2.0 → 23.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -123,6 +123,6 @@ Or a simpler config without an additional dependency.
123
123
 
124
124
  ```json
125
125
  "engines": {
126
- "node": ">=22"
126
+ "node": ">=24"
127
127
  },
128
128
  ```
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "@eslint/js": "^9.39.1",
15
15
  "@eslint/json": "^0.14.0",
16
16
  "@eslint/markdown": "^7.5.1",
17
- "@html-eslint/eslint-plugin": "^0.48.0",
17
+ "@html-eslint/eslint-plugin": "^0.49.0",
18
18
  "@tanstack/eslint-plugin-query": "^5.91.2",
19
19
  "@tanstack/eslint-plugin-router": "^1.133.19",
20
20
  "@typescript-eslint/parser": "^8.47.0",
@@ -59,7 +59,7 @@
59
59
  "url": "git+https://github.com/eglove/ethang-monorepo.git#master"
60
60
  },
61
61
  "type": "module",
62
- "version": "23.2.0",
62
+ "version": "23.2.1",
63
63
  "scripts": {
64
64
  "build": "bun build.ts && pnpm lint",
65
65
  "lint": "eslint . --fix --concurrency=auto && prettier src --write"