@pengzhanbo/eslint-config-solid 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
@@ -7,7 +7,7 @@ declare module '@pengzhanbo/eslint-config' {
7
7
  solid?: OptionsOverrides;
8
8
  }
9
9
  }
10
- declare const eslintSolidConfig: typeof _pengzhanbo_eslint_config.default;
10
+ declare const eslintSolidConfig: _pengzhanbo_eslint_config.EslintFlatConfigFunction;
11
11
 
12
12
  declare function solid(options?: OptionsHasTypeScript & OptionsOverrides & OptionsStylistic & OptionsFiles): Promise<FlatConfigItem[]>;
13
13
 
package/dist/index.d.ts CHANGED
@@ -7,7 +7,7 @@ declare module '@pengzhanbo/eslint-config' {
7
7
  solid?: OptionsOverrides;
8
8
  }
9
9
  }
10
- declare const eslintSolidConfig: typeof _pengzhanbo_eslint_config.default;
10
+ declare const eslintSolidConfig: _pengzhanbo_eslint_config.EslintFlatConfigFunction;
11
11
 
12
12
  declare function solid(options?: OptionsHasTypeScript & OptionsOverrides & OptionsStylistic & OptionsFiles): Promise<FlatConfigItem[]>;
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/eslint-config-solid",
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",
@@ -46,9 +46,9 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@typescript-eslint/parser": "^6.16.0",
49
+ "@typescript-eslint/parser": "^6.18.0",
50
50
  "eslint-plugin-solid": "^0.13.1",
51
- "@pengzhanbo/eslint-config": "1.5.0"
51
+ "@pengzhanbo/eslint-config": "1.5.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "eslint": "^8.56.0",