@pengzhanbo/eslint-config-solid 1.48.0 → 2.0.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.
package/README.md CHANGED
@@ -29,6 +29,7 @@ export default eslintConfig()
29
29
  - [@pengzhanbo/eslint-config-react](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-react)
30
30
  - [@pengzhanbo/eslint-config-svelte](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-svelte)
31
31
  - [@pengzhanbo/eslint-config-solid](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-solid)
32
+ - [@pengzhanbo/eslint-config-angular](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-angular)
32
33
  - [@pengzhanbo/eslint-config-astro](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-astro)
33
34
  - [@pengzhanbo/prettier-config](https://github.com/pengzhanbo/configs/tree/main/packages/prettier-config)
34
35
  - [@pengzhanbo/stylelint-config](https://github.com/pengzhanbo/configs/tree/main/packages/stylelint-config)
package/dist/index.mjs CHANGED
@@ -9,7 +9,6 @@ function solidEslintFlatConfig(options, ...userConfigs) {
9
9
  ...options
10
10
  }, ...userConfigs);
11
11
  }
12
- var src_default = solidEslintFlatConfig;
13
12
 
14
13
  //#endregion
15
- export { src_default as default, solidEslintFlatConfig };
14
+ export { solidEslintFlatConfig as default, solidEslintFlatConfig };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/eslint-config-solid",
3
3
  "type": "module",
4
- "version": "1.48.0",
4
+ "version": "2.0.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,8 +25,8 @@
25
25
  "peerDependencies": {
26
26
  "@prettier/plugin-xml": "^3.4.2",
27
27
  "@unocss/eslint-plugin": "^66.6.0",
28
- "eslint": "^9.39.2",
29
- "eslint-plugin-format": "^1.3.1",
28
+ "eslint": "^10.0.0",
29
+ "eslint-plugin-format": "^1.4.0",
30
30
  "eslint-plugin-tailwindcss": "^3.18.2"
31
31
  },
32
32
  "peerDependenciesMeta": {
@@ -45,12 +45,12 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "eslint-plugin-solid": "^0.14.5",
48
- "@pengzhanbo/eslint-config": "1.48.0"
48
+ "@pengzhanbo/eslint-config": "2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@unocss/eslint-plugin": "^66.6.0",
52
- "eslint": "^9.39.2",
53
- "eslint-plugin-format": "^1.3.1",
52
+ "eslint": "^10.0.0",
53
+ "eslint-plugin-format": "^1.4.0",
54
54
  "eslint-plugin-tailwindcss": "^3.18.2"
55
55
  },
56
56
  "publishConfig": {