eslint-config-heck 9.0.0 → 9.0.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.
Files changed (2) hide show
  1. package/biomeJsTs.json +6 -1
  2. package/package.json +4 -4
package/biomeJsTs.json CHANGED
@@ -426,7 +426,12 @@
426
426
  "useGoogleFontDisplay": "error",
427
427
  "useGuardForIn": "error",
428
428
  "useIsArray": "error",
429
- "useIterableCallbackReturn": "error",
429
+ "useIterableCallbackReturn": {
430
+ "level": "error",
431
+ "options": {
432
+ "checkForEach": false
433
+ }
434
+ },
430
435
  "useNamespaceKeyword": "error",
431
436
  "useNumberToFixedDigitsArgument": "error",
432
437
  "useStaticResponseMethods": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -28,10 +28,10 @@
28
28
  "author": "atheck",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@stylistic/eslint-plugin": "5.8.0",
31
+ "@stylistic/eslint-plugin": "5.9.0",
32
32
  "@typescript-eslint/eslint-plugin": "8.56.0",
33
33
  "@typescript-eslint/parser": "8.56.0",
34
- "eslint": "9.39.2",
34
+ "eslint": "9.39.3",
35
35
  "eslint-plugin-import": "2.32.0",
36
36
  "eslint-plugin-jest": "29.15.0",
37
37
  "eslint-plugin-react": "7.37.5",
@@ -42,7 +42,7 @@
42
42
  "typescript": "5.9.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@biomejs/biome": "2.4.2",
45
+ "@biomejs/biome": "2.4.4",
46
46
  "@testing-library/dom": "10.4.1",
47
47
  "@testing-library/react": "16.3.2",
48
48
  "@types/jest": "30.0.0",