@ethang/eslint-config 18.4.12 → 18.4.14

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
@@ -4,11 +4,11 @@
4
4
 
5
5
  Do **NOT** use this with Prettier! Styling rules are included.
6
6
 
7
- * 615 errored rules.
7
+ * 614 errored rules.
8
8
  * 142 rules from vanilla EsLint
9
9
  * 113 rules from [sindresorhus/eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
10
10
  * 104 rules from [@typescript/eslint](https://github.com/typescript-eslint/typescript-eslint)
11
- * 92 rules from [@stylistic/eslint-plugin](https://eslint.style/)
11
+ * 91 rules from [@stylistic/eslint-plugin](https://eslint.style/)
12
12
  * 42 rules from [eslint-plugin-lodash](https://github.com/wix-incubator/eslint-plugin-lodash)
13
13
  * 35 rules from [jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y)
14
14
  * 32 rules from [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs)
@@ -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/eslint.config.js CHANGED
@@ -585,7 +585,6 @@ export default tseslint.config({
585
585
  "ignoreRegExpLiterals": true
586
586
  }],
587
587
  "stylistic/max-statements-per-line": "error",
588
- "stylistic/multiline-comment-style": "error",
589
588
  "stylistic/multiline-ternary": "error",
590
589
  "stylistic/new-parens": "error",
591
590
  "stylistic/newline-per-chained-call": "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.14",
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",