eslint-config-heck 8.7.0 → 8.8.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.
package/biomeJsTs.json CHANGED
@@ -150,10 +150,13 @@
150
150
  "noEmptySource": "error",
151
151
  "noFloatingPromises": "error",
152
152
  "noImportCycles": "error",
153
+ "noIncrementDecrement": "off",
153
154
  "noJsxLiterals": "error",
154
155
  "noMisusedPromises": "error",
156
+ "noParametersOnlyUsedInRecursion": "warn",
155
157
  "noReactForwardRef": "error",
156
158
  "noShadow": "off",
159
+ "noUnknownAttribute": "error",
157
160
  "noUnnecessaryConditions": "off",
158
161
  "noUnresolvedImports": "off",
159
162
  "noUnusedExpressions": "error",
package/nodeWithBiome.js CHANGED
@@ -472,7 +472,7 @@ export default [
472
472
  "react/no-this-in-sfc": "error",
473
473
  "react/no-typos": "error",
474
474
  "react/no-unescaped-entities": "error",
475
- "react/no-unknown-property": "error",
475
+ "react/no-unknown-property": "off",
476
476
  "react/no-unsafe": "error",
477
477
  "react/no-unstable-nested-components": "error",
478
478
  "react/no-unused-class-component-methods": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "8.7.0",
3
+ "version": "8.8.0",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -29,9 +29,9 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@stylistic/eslint-plugin": "5.5.0",
32
- "@typescript-eslint/eslint-plugin": "8.46.2",
33
- "@typescript-eslint/parser": "8.46.2",
34
- "eslint": "9.38.0",
32
+ "@typescript-eslint/eslint-plugin": "8.46.3",
33
+ "@typescript-eslint/parser": "8.46.3",
34
+ "eslint": "9.39.1",
35
35
  "eslint-plugin-import": "2.32.0",
36
36
  "eslint-plugin-jest": "29.0.1",
37
37
  "eslint-plugin-react": "7.37.5",
@@ -42,12 +42,12 @@
42
42
  "typescript": "5.9.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@biomejs/biome": "2.3.0",
45
+ "@biomejs/biome": "2.3.3",
46
46
  "@testing-library/dom": "10.4.1",
47
47
  "@testing-library/react": "16.3.0",
48
48
  "@types/jest": "30.0.0",
49
49
  "@types/react": "19.2.2",
50
- "globals": "16.4.0",
50
+ "globals": "16.5.0",
51
51
  "jest": "30.2.0",
52
52
  "react": "19.2.0",
53
53
  "semantic-release": "25.0.1"