@azat-io/eslint-config 2.2.0 → 2.3.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.
@@ -390,6 +390,7 @@ let core = (config) => {
390
390
  "promise/no-return-in-finally": "error",
391
391
  "promise/no-return-wrap": "error",
392
392
  "promise/param-names": "error",
393
+ "promise/prefer-catch": "error",
393
394
  "promise/spec-only": "error",
394
395
  "promise/valid-params": "error",
395
396
  "regexp/confusing-quantifier": "error",
@@ -388,6 +388,7 @@ let core = (config) => {
388
388
  "promise/no-return-in-finally": "error",
389
389
  "promise/no-return-wrap": "error",
390
390
  "promise/param-names": "error",
391
+ "promise/prefer-catch": "error",
391
392
  "promise/spec-only": "error",
392
393
  "promise/valid-params": "error",
393
394
  "regexp/confusing-quantifier": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azat-io/eslint-config",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "ESLint shareable config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -35,15 +35,15 @@
35
35
  "eslint-plugin-import-x": "^4.4.3",
36
36
  "eslint-plugin-jsdoc": "^50.5.0",
37
37
  "eslint-plugin-jsx-a11y": "^6.10.2",
38
- "eslint-plugin-n": "^17.13.2",
38
+ "eslint-plugin-n": "^17.14.0",
39
39
  "eslint-plugin-package-json": "^0.15.6",
40
40
  "eslint-plugin-perfectionist": "^4.0.3",
41
41
  "eslint-plugin-prefer-arrow": "^1.2.3",
42
42
  "eslint-plugin-prefer-let": "^4.0.0",
43
- "eslint-plugin-promise": "^7.1.0",
44
- "eslint-plugin-qwik": "^1.10.0",
43
+ "eslint-plugin-promise": "^7.2.0",
44
+ "eslint-plugin-qwik": "^1.11.0",
45
45
  "eslint-plugin-react": "^7.37.2",
46
- "eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
46
+ "eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
47
47
  "eslint-plugin-react-hooks": "^5.0.0",
48
48
  "eslint-plugin-react-perf": "^3.3.3",
49
49
  "eslint-plugin-regexp": "^2.7.0",
@@ -54,7 +54,7 @@
54
54
  "globals": "^15.12.0",
55
55
  "jsonc-eslint-parser": "^2.4.0",
56
56
  "svelte-eslint-parser": "^0.43.0",
57
- "typescript-eslint": "^8.15.0",
57
+ "typescript-eslint": "^8.16.0",
58
58
  "vue-eslint-parser": "^9.4.3"
59
59
  },
60
60
  "peerDependencies": {