@debbl/eslint-config 3.12.2 → 3.13.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +19 -19
package/dist/index.js CHANGED
@@ -1371,7 +1371,7 @@ const react = async (options) => {
1371
1371
  "react/no-children-only": "warn",
1372
1372
  "react/no-children-to-array": "warn",
1373
1373
  "react/no-clone-element": "warn",
1374
- "react/no-comment-textnodes": "warn",
1374
+ "react/jsx-no-comment-textnodes": "warn",
1375
1375
  "react/no-component-will-mount": "error",
1376
1376
  "react/no-component-will-receive-props": "error",
1377
1377
  "react/no-component-will-update": "error",
@@ -1414,11 +1414,11 @@ const react = async (options) => {
1414
1414
  "react-dom/no-unsafe-target-blank": "warn",
1415
1415
  "react-dom/no-use-form-state": "error",
1416
1416
  "react-dom/no-void-elements-with-children": "error",
1417
+ "react/no-unnecessary-use-prefix": "warn",
1418
+ "react/prefer-use-state-lazy-initialization": "warn",
1417
1419
  "react-hooks/exhaustive-deps": "warn",
1418
1420
  "react-hooks/rules-of-hooks": "error",
1419
1421
  "react-hooks-extra/no-direct-set-state-in-use-effect": "warn",
1420
- "react-hooks-extra/no-unnecessary-use-prefix": "warn",
1421
- "react-hooks-extra/prefer-use-state-lazy-initialization": "warn",
1422
1422
  "react-web-api/no-leaked-event-listener": "warn",
1423
1423
  "react-web-api/no-leaked-interval": "warn",
1424
1424
  "react-web-api/no-leaked-resize-observer": "warn",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@debbl/eslint-config",
3
3
  "type": "module",
4
- "version": "3.12.2",
4
+ "version": "3.13.0",
5
5
  "description": "Brendan Dash's ESLint config",
6
6
  "author": "Brendan Dash <me@aiwan.run> (https://github.com/Debbl/)",
7
7
  "license": "MIT",
@@ -24,32 +24,32 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
27
- "@eslint-react/eslint-plugin": "^1.53.1",
28
- "@eslint/markdown": "^7.2.0",
29
- "@next/eslint-plugin-next": "^15.5.3",
30
- "@typescript-eslint/eslint-plugin": "^8.44.0",
31
- "@typescript-eslint/parser": "^8.44.0",
32
- "@vitest/eslint-plugin": "^1.3.12",
27
+ "@eslint-react/eslint-plugin": "^2.0.5",
28
+ "@eslint/markdown": "^7.3.0",
29
+ "@next/eslint-plugin-next": "^15.5.4",
30
+ "@typescript-eslint/eslint-plugin": "^8.45.0",
31
+ "@typescript-eslint/parser": "^8.45.0",
32
+ "@vitest/eslint-plugin": "^1.3.13",
33
33
  "eslint-config-flat-gitignore": "^2.1.0",
34
34
  "eslint-plugin-import-x": "^4.16.1",
35
- "eslint-plugin-jsdoc": "^59.0.1",
35
+ "eslint-plugin-jsdoc": "^60.7.1",
36
36
  "eslint-plugin-jsonc": "^2.20.1",
37
37
  "eslint-plugin-n": "^17.23.1",
38
38
  "eslint-plugin-no-only-tests": "^3.3.0",
39
39
  "eslint-plugin-perfectionist": "^4.15.0",
40
40
  "eslint-plugin-prettier": "^5.5.4",
41
41
  "eslint-plugin-react-compiler": "latest",
42
- "eslint-plugin-react-hooks": "^5.2.0",
43
- "eslint-plugin-react-refresh": "^0.4.20",
42
+ "eslint-plugin-react-hooks": "^6.1.0",
43
+ "eslint-plugin-react-refresh": "^0.4.23",
44
44
  "eslint-plugin-solid": "^0.14.5",
45
45
  "eslint-plugin-tailwindcss": "^3.18.2",
46
46
  "eslint-plugin-toml": "^0.12.0",
47
47
  "eslint-plugin-unicorn": "^61.0.2",
48
48
  "eslint-plugin-unused-imports": "^4.2.0",
49
- "eslint-plugin-vue": "^10.4.0",
49
+ "eslint-plugin-vue": "^10.5.0",
50
50
  "eslint-plugin-yml": "^1.18.0",
51
51
  "globals": "^16.4.0",
52
- "jsonc-eslint-parser": "^2.4.0",
52
+ "jsonc-eslint-parser": "^2.4.1",
53
53
  "prettier": "^3.6.2",
54
54
  "prettier-plugin-tailwindcss": "^0.6.14",
55
55
  "toml-eslint-parser": "^0.10.0",
@@ -57,20 +57,20 @@
57
57
  "yaml-eslint-parser": "^1.3.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@eslint/config-inspector": "^1.2.0",
60
+ "@eslint/config-inspector": "^1.3.0",
61
61
  "@types/eslint": "^9.6.1",
62
62
  "@types/fs-extra": "^11.0.4",
63
- "@types/node": "^24.5.2",
64
- "@types/react": "^19.1.13",
63
+ "@types/node": "^24.6.2",
64
+ "@types/react": "^19.2.0",
65
65
  "bumpp": "^10.2.3",
66
- "eslint": "^9.35.0",
66
+ "eslint": "^9.36.0",
67
67
  "execa": "^9.6.0",
68
68
  "fast-glob": "^3.3.3",
69
69
  "fs-extra": "^11.3.2",
70
- "react": "^19.1.1",
70
+ "react": "^19.2.0",
71
71
  "sucrase": "^3.35.0",
72
- "tsdown": "^0.15.2",
73
- "typescript": "^5.9.2",
72
+ "tsdown": "^0.15.6",
73
+ "typescript": "^5.9.3",
74
74
  "vitest": "^3.2.4"
75
75
  },
76
76
  "scripts": {