@open-turo/eslint-config-react 17.0.0 → 17.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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "18.0.1",
6
+ "@open-turo/eslint-config-typescript": "18.0.3",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
9
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "repository": "https://github.com/open-turo/eslint-config-react",
52
- "version": "17.0.0"
52
+ "version": "17.0.2"
53
53
  }
@@ -6860,6 +6860,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
6860
6860
  "@typescript-eslint/no-unnecessary-type-constraint": [
6861
6861
  "error",
6862
6862
  ],
6863
+ "@typescript-eslint/no-unnecessary-type-conversion": [
6864
+ "error",
6865
+ ],
6863
6866
  "@typescript-eslint/no-unnecessary-type-parameters": [
6864
6867
  "off",
6865
6868
  ],