eslint-config-heck 7.2.0 → 7.2.2

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/node.js CHANGED
@@ -1069,6 +1069,7 @@ export default [
1069
1069
  "error",
1070
1070
  {
1071
1071
  ignoreMixedLogicalExpressions: true,
1072
+ ignorePrimitives: true,
1072
1073
  },
1073
1074
  ],
1074
1075
  "@typescript-eslint/prefer-optional-chain": "error",
package/nodeWithBiome.js CHANGED
@@ -896,6 +896,7 @@ export default [
896
896
  "error",
897
897
  {
898
898
  ignoreMixedLogicalExpressions: true,
899
+ ignorePrimitives: true,
899
900
  },
900
901
  ],
901
902
  "@typescript-eslint/prefer-optional-chain": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "7.2.0",
3
+ "version": "7.2.2",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -29,8 +29,8 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@stylistic/eslint-plugin": "5.2.2",
32
- "@typescript-eslint/eslint-plugin": "8.38.0",
33
- "@typescript-eslint/parser": "8.38.0",
32
+ "@typescript-eslint/eslint-plugin": "8.39.0",
33
+ "@typescript-eslint/parser": "8.39.0",
34
34
  "eslint": "9.32.0",
35
35
  "eslint-plugin-import": "2.32.0",
36
36
  "eslint-plugin-jest": "29.0.1",
@@ -39,7 +39,7 @@
39
39
  "eslint-plugin-react-native": "5.0.0",
40
40
  "eslint-plugin-testing-library": "7.6.3",
41
41
  "eslint-plugin-unicorn": "60.0.0",
42
- "typescript": "5.8.3"
42
+ "typescript": "5.9.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@biomejs/biome": "2.1.3",