@pengzhanbo/eslint-config-react 2.0.1 → 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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -5
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -1,7 +1,5 @@
1
1
  import { eslintFlatConfig } from "@pengzhanbo/eslint-config";
2
-
3
- export * from "@pengzhanbo/eslint-config"
4
-
2
+ export * from "@pengzhanbo/eslint-config";
5
3
  //#region src/index.ts
6
4
  function reactEslintFlatConfig(options, ...userConfigs) {
7
5
  return eslintFlatConfig({
@@ -9,6 +7,5 @@ function reactEslintFlatConfig(options, ...userConfigs) {
9
7
  ...options
10
8
  }, ...userConfigs);
11
9
  }
12
-
13
10
  //#endregion
14
- export { reactEslintFlatConfig as default, reactEslintFlatConfig };
11
+ export { reactEslintFlatConfig as default, reactEslintFlatConfig };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/eslint-config-react",
3
3
  "type": "module",
4
- "version": "2.0.1",
4
+ "version": "2.2.0",
5
5
  "author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/pengzhanbo/configs#readme",
@@ -25,9 +25,9 @@
25
25
  "peerDependencies": {
26
26
  "@next/eslint-plugin-next": "^16.1.6",
27
27
  "@prettier/plugin-xml": "^3.4.2",
28
- "@unocss/eslint-plugin": "^66.6.0",
29
- "eslint": "^10.0.1",
30
- "eslint-plugin-format": "^1.4.0",
28
+ "@unocss/eslint-plugin": "^66.6.6",
29
+ "eslint": "^10.0.3",
30
+ "eslint-plugin-format": "^2.0.1",
31
31
  "eslint-plugin-tailwindcss": "^3.18.2"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -50,14 +50,14 @@
50
50
  "dependencies": {
51
51
  "@eslint-react/eslint-plugin": "^2.13.0",
52
52
  "eslint-plugin-react-hooks": "^7.0.1",
53
- "eslint-plugin-react-refresh": "^0.5.0",
54
- "@pengzhanbo/eslint-config": "2.0.1"
53
+ "eslint-plugin-react-refresh": "^0.5.2",
54
+ "@pengzhanbo/eslint-config": "2.2.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@next/eslint-plugin-next": "^16.1.6",
58
- "@unocss/eslint-plugin": "^66.6.0",
59
- "eslint": "^10.0.1",
60
- "eslint-plugin-format": "^1.4.0",
58
+ "@unocss/eslint-plugin": "^66.6.6",
59
+ "eslint": "^10.0.3",
60
+ "eslint-plugin-format": "^2.0.1",
61
61
  "eslint-plugin-tailwindcss": "^3.18.2"
62
62
  },
63
63
  "publishConfig": {