@open-turo/eslint-config-typescript 9.0.18 → 9.0.20

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/index.js CHANGED
@@ -77,6 +77,7 @@ module.exports = {
77
77
  // We may want to catch errors but not use the error object directly, just trigger error handling fallbacks within the catch block.
78
78
  "sonarjs/no-ignored-exceptions": "off",
79
79
  "sonarjs/no-nested-functions": ["warn", { threshold: 5 }],
80
+ "sonarjs/no-small-switch": "off",
80
81
  // Overlaps with @typescript-eslint/prefer-nullish-coalescing
81
82
  "sonarjs/prefer-nullish-coalescing": "off",
82
83
  // Overlaps with @typescript-eslint/no-unused-vars
package/package.json CHANGED
@@ -6,15 +6,15 @@
6
6
  "@typescript-eslint/parser": "7.18.0",
7
7
  "eslint-config-prettier": "9.1.0",
8
8
  "eslint-import-resolver-typescript": "3.6.3",
9
- "eslint-plugin-import": "2.30.0",
9
+ "eslint-plugin-import": "2.31.0",
10
10
  "eslint-plugin-jest": "28.8.3",
11
11
  "eslint-plugin-json": "4.0.1",
12
12
  "eslint-plugin-node": "11.1.0",
13
13
  "eslint-plugin-prettier": "5.2.1",
14
14
  "eslint-plugin-simple-import-sort": "12.1.1",
15
- "eslint-plugin-sonarjs": "2.0.2",
15
+ "eslint-plugin-sonarjs": "2.0.3",
16
16
  "eslint-plugin-sort-destructure-keys": "2.0.0",
17
- "eslint-plugin-typescript-sort-keys": "3.2.0",
17
+ "eslint-plugin-typescript-sort-keys": "3.3.0",
18
18
  "eslint-plugin-unicorn": "56.0.0"
19
19
  },
20
20
  "devDependencies": {
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "repository": "https://github.com/open-turo/eslint-config-typescript",
45
- "version": "9.0.18"
45
+ "version": "9.0.20"
46
46
  }