@pengzhanbo/eslint-config-react 1.5.0 → 1.5.2

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/dist/index.d.cts CHANGED
@@ -8,7 +8,7 @@ declare module '@pengzhanbo/eslint-config' {
8
8
  nextjs?: OptionsOverrides;
9
9
  }
10
10
  }
11
- declare const eslintReactConfig: typeof _pengzhanbo_eslint_config.default;
11
+ declare const eslintReactConfig: _pengzhanbo_eslint_config.EslintFlatConfigFunction;
12
12
 
13
13
  declare function react(options?: OptionsHasTypeScript & OptionsOverrides & OptionsFiles): Promise<FlatConfigItem[]>;
14
14
 
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ declare module '@pengzhanbo/eslint-config' {
8
8
  nextjs?: OptionsOverrides;
9
9
  }
10
10
  }
11
- declare const eslintReactConfig: typeof _pengzhanbo_eslint_config.default;
11
+ declare const eslintReactConfig: _pengzhanbo_eslint_config.EslintFlatConfigFunction;
12
12
 
13
13
  declare function react(options?: OptionsHasTypeScript & OptionsOverrides & OptionsFiles): Promise<FlatConfigItem[]>;
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/eslint-config-react",
3
3
  "type": "module",
4
- "version": "1.5.0",
4
+ "version": "1.5.2",
5
5
  "author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/pengzhanbo/configs#readme",
@@ -51,7 +51,7 @@
51
51
  "eslint-plugin-react-hooks": "^4.6.0",
52
52
  "eslint-plugin-react-refresh": "^0.4.5",
53
53
  "local-pkg": "^0.5.0",
54
- "@pengzhanbo/eslint-config": "1.5.0"
54
+ "@pengzhanbo/eslint-config": "1.5.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "eslint": "^8.56.0",