@azat-io/eslint-config 2.51.0 → 2.52.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/core/index.js +4 -0
  2. package/package.json +11 -11
@@ -405,6 +405,10 @@ function core(config) {
405
405
  "jsdoc/require-returns-type": "error",
406
406
  "jsdoc/require-template-description": "error",
407
407
  "jsdoc/require-yields-check": "error",
408
+ "jsdoc/ts-method-signature-style": "error",
409
+ "jsdoc/ts-no-empty-object-type": "error",
410
+ "jsdoc/ts-no-unnecessary-template-expression": "error",
411
+ "jsdoc/ts-prefer-function-type": "error",
408
412
  "jsdoc/valid-types": "error",
409
413
  "prefer-let/prefer-let": "error",
410
414
  "promise/catch-or-return": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azat-io/eslint-config",
3
- "version": "2.51.0",
3
+ "version": "2.52.0",
4
4
  "description": "ESLint shareable config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
30
- "@vitest/eslint-plugin": "1.3.16",
30
+ "@vitest/eslint-plugin": "1.3.17",
31
31
  "astro-eslint-parser": "^1.2.2",
32
32
  "eslint-config-flat-gitignore": "^2.1.0",
33
33
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -35,22 +35,22 @@
35
35
  "eslint-plugin-de-morgan": "^2.0.0",
36
36
  "eslint-plugin-depend": "^1.3.1",
37
37
  "eslint-plugin-import-x": "^4.16.1",
38
- "eslint-plugin-jsdoc": "^60.8.3",
38
+ "eslint-plugin-jsdoc": "^61.1.2",
39
39
  "eslint-plugin-jsx-a11y": "^6.10.2",
40
40
  "eslint-plugin-n": "^17.23.1",
41
41
  "eslint-plugin-package-json": "^0.56.3",
42
42
  "eslint-plugin-perfectionist": "^4.15.1",
43
43
  "eslint-plugin-prefer-let": "^4.0.0",
44
44
  "eslint-plugin-promise": "^7.2.1",
45
- "eslint-plugin-qwik": "^1.16.1",
45
+ "eslint-plugin-qwik": "^1.17.0",
46
46
  "eslint-plugin-react-compiler": "^19.1.0-rc.2",
47
- "eslint-plugin-react-dom": "^2.0.6",
48
- "eslint-plugin-react-hooks": "^6.1.1",
49
- "eslint-plugin-react-hooks-extra": "^2.0.6",
50
- "eslint-plugin-react-naming-convention": "^2.0.6",
47
+ "eslint-plugin-react-dom": "^2.2.1",
48
+ "eslint-plugin-react-hooks": "^7.0.0",
49
+ "eslint-plugin-react-hooks-extra": "^2.2.1",
50
+ "eslint-plugin-react-naming-convention": "^2.2.1",
51
51
  "eslint-plugin-react-perf": "^3.3.3",
52
- "eslint-plugin-react-web-api": "^2.0.6",
53
- "eslint-plugin-react-x": "^2.0.6",
52
+ "eslint-plugin-react-web-api": "^2.2.1",
53
+ "eslint-plugin-react-x": "^2.2.1",
54
54
  "eslint-plugin-regexp": "^2.10.0",
55
55
  "eslint-plugin-sonarjs": "^3.0.5",
56
56
  "eslint-plugin-svelte": "^3.12.4",
@@ -59,7 +59,7 @@
59
59
  "globals": "^16.4.0",
60
60
  "jsonc-eslint-parser": "^2.4.1",
61
61
  "svelte-eslint-parser": "^1.3.3",
62
- "typescript-eslint": "^8.46.0",
62
+ "typescript-eslint": "^8.46.1",
63
63
  "vue-eslint-parser": "^10.2.0"
64
64
  },
65
65
  "peerDependencies": {