@open-turo/eslint-config-react 18.0.3 → 18.0.5

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/.nvmrc CHANGED
@@ -1 +1 @@
1
- 24.11.1
1
+ 24.12.0
package/package.json CHANGED
@@ -3,12 +3,12 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "18.1.22",
6
+ "@open-turo/eslint-config-typescript": "18.1.26",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
9
  "eslint-plugin-react-hooks": "7.0.1",
10
10
  "globals": "16.5.0",
11
- "typescript-eslint": "8.49.0"
11
+ "typescript-eslint": "8.50.1"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/react": "19.2.7",
@@ -48,5 +48,5 @@
48
48
  "access": "public"
49
49
  },
50
50
  "repository": "https://github.com/open-turo/eslint-config-react",
51
- "version": "18.0.3"
51
+ "version": "18.0.5"
52
52
  }
@@ -6905,6 +6905,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
6905
6905
  "@typescript-eslint/no-useless-constructor": [
6906
6906
  "error",
6907
6907
  ],
6908
+ "@typescript-eslint/no-useless-default-assignment": [
6909
+ "error",
6910
+ ],
6908
6911
  "@typescript-eslint/no-wrapper-object-types": [
6909
6912
  "error",
6910
6913
  ],