@tofrankie/eslint 0.0.18 → 0.0.19

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## eslint@0.0.19 (2026-04-04)
4
+
5
+ - Update `@antfu/eslint-config` to `v8.0.0`
6
+ - Remove `eslint-plugin-react-hooks` from `dependencies`
7
+ - Update `@eslint-react/eslint-plugin` to `v4.2.3`
8
+ - Update ``
9
+
3
10
  ## eslint@0.0.18 (2026-04-04)
4
11
 
5
12
  - Update documentation
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![npm version](https://img.shields.io/npm/v/@tofrankie/eslint) ![node version](https://img.shields.io/node/v/@tofrankie/eslint) ![npm package license](https://img.shields.io/npm/l/@tofrankie/eslint) ![npm last update](https://img.shields.io/npm/last-update/@tofrankie/eslint)
4
4
 
5
- A shared ESLint configuration built on [@antfu/eslint-config](https://github.com/antfu/eslint-config), with opinionated presets.
5
+ Shared ESLint configuration built on [@antfu/eslint-config](https://github.com/antfu/eslint-config), with opinionated presets.
6
6
 
7
7
  > [!IMPORTANT]
8
8
  > Before 1.0.0, releases may include breaking changes. Read the [CHANGELOG](CHANGELOG.md) before upgrading.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tofrankie/eslint",
3
3
  "type": "module",
4
- "version": "0.0.18",
5
- "description": "A shared ESLint configuration",
4
+ "version": "0.0.19",
5
+ "description": "Shared ESLint configuration",
6
6
  "author": "Frankie <1426203851@qq.com>",
7
7
  "license": "MIT",
8
8
  "homepage": "https://github.com/tofrankie/config/tree/main/packages/eslint",
@@ -52,17 +52,16 @@
52
52
  "eslint": "^9.10.0 || ^10.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@antfu/eslint-config": "^7.7.3",
56
- "@eslint-react/eslint-plugin": "^2.13.0",
55
+ "@antfu/eslint-config": "^8.0.0",
56
+ "@eslint-react/eslint-plugin": "^4.2.3",
57
57
  "eslint-plugin-format": "^2.0.1",
58
- "eslint-plugin-jsdoc": "^62.8.0",
59
- "eslint-plugin-react-hooks": "^7.0.1",
58
+ "eslint-plugin-jsdoc": "^62.9.0",
60
59
  "eslint-plugin-react-refresh": "^0.5.2",
61
60
  "lodash.merge": "^4.6.2"
62
61
  },
63
62
  "devDependencies": {
64
63
  "@types/lodash.merge": "^4.6.9",
65
- "eslint": "^9.39.4",
64
+ "eslint": "^10.2.0",
66
65
  "@tofrankie/tsconfig": "0.0.5"
67
66
  },
68
67
  "scripts": {