@pengzhanbo/eslint-config-solid 1.0.0 → 1.1.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
@@ -20,3 +20,13 @@ import eslintConfig from '@pengzhanbo/eslint-config-solid'
20
20
 
21
21
  export default eslintConfig()
22
22
  ```
23
+
24
+ ## 相关资源
25
+ - [@pengzhanbo/eslint-config](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config)
26
+ - [@pengzhanbo/eslint-config-vue](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-vue)
27
+ - [@pengzhanbo/eslint-config-react](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-react)
28
+ - [@pengzhanbo/eslint-config-svelte](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-svelte)
29
+ - [@pengzhanbo/eslint-config-solid](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-solid)
30
+ - [@pengzhanbo/eslint-config-astro](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-astro)
31
+ - [@pengzhanbo/prettier-config](https://github.com/pengzhanbo/configs/tree/main/packages/prettier-config)
32
+ - [@pengzhanbo/stylelint-config](https://github.com/pengzhanbo/configs/tree/main/packages/stylelint-config)
package/dist/index.cjs CHANGED
@@ -71,6 +71,7 @@ async function solid(options = {}) {
71
71
  ...rules,
72
72
  "solid/components-return-once": "error",
73
73
  "solid/style-prop": "error",
74
+ "solid/prefer-for": "off",
74
75
  ...overrides
75
76
  }
76
77
  }
package/dist/index.js CHANGED
@@ -32,6 +32,7 @@ async function solid(options = {}) {
32
32
  ...rules,
33
33
  "solid/components-return-once": "error",
34
34
  "solid/style-prop": "error",
35
+ "solid/prefer-for": "off",
35
36
  ...overrides
36
37
  }
37
38
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/eslint-config-solid",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.1.0",
5
5
  "author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/pengzhanbo/configs#readme",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@typescript-eslint/parser": "^6.12.0",
40
40
  "eslint-plugin-solid": "^0.13.0",
41
- "@pengzhanbo/eslint-config": "1.0.0"
41
+ "@pengzhanbo/eslint-config": "1.1.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "eslint": "^8.54.0",