@ethang/eslint-config 18.4.12 → 18.4.13

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,9 +29,9 @@ Do **NOT** use this with Prettier! Styling rules are included.
29
29
  * `import configReact from "@ethang/eslint-config/config.react.js";`
30
30
  * 70 rules from [@eslint-react/eslint-plugin](https://eslint-react.xyz/)
31
31
  * 2 rules from [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks)
32
- * 19 rules for **Solid**
32
+ * 18 rules for **Solid**
33
33
  * `import configSolid from "@ethang/eslint-config/config-solid.js";`
34
- * 19 rules from [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid)
34
+ * 18 rules from [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid)
35
35
 
36
36
  # Install
37
37
 
package/config.solid.js CHANGED
@@ -19,7 +19,6 @@ export default tseslint.config({
19
19
  "solid/no-array-handlers": "error",
20
20
  "solid/no-destructure": "error",
21
21
  "solid/no-innerhtml": "error",
22
- "solid/no-proxy-apis": "error",
23
22
  "solid/no-react-deps": "error",
24
23
  "solid/no-react-specific-props": "error",
25
24
  "solid/no-unknown-namespaces": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "18.4.12",
3
+ "version": "18.4.13",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },
@@ -26,7 +26,7 @@
26
26
  "eslint-plugin-astro": "^1.2.3",
27
27
  "eslint-plugin-barrel-files": "^2.1.0",
28
28
  "eslint-plugin-compat": "^6.0.0",
29
- "eslint-plugin-depend": "^0.9.0",
29
+ "eslint-plugin-depend": "^0.10.0",
30
30
  "eslint-plugin-jsx-a11y": "^6.9.0",
31
31
  "eslint-plugin-lodash": "^8.0.0",
32
32
  "eslint-plugin-n": "^17.10.2",
@@ -50,7 +50,7 @@
50
50
  "eslint-plugin-astro": "^1.2.3",
51
51
  "eslint-plugin-barrel-files": "^2.1.0",
52
52
  "eslint-plugin-compat": "^6.0.0",
53
- "eslint-plugin-depend": "^0.9.0",
53
+ "eslint-plugin-depend": "^0.10.0",
54
54
  "eslint-plugin-jsx-a11y": "^6.9.0",
55
55
  "eslint-plugin-lodash": "^8.0.0",
56
56
  "eslint-plugin-n": "^17.10.2",