@open-turo/eslint-config-react 18.0.0-pr-410.142.1.1 → 18.0.0-pr-410.145.1.1

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.
@@ -0,0 +1,3 @@
1
+ # Breaking changes in v18
2
+
3
+ - `eslint-plugin-babel-compiler` superseded by `eslint-plugin-react-hooks` v7. Consumers will need to remove direct `react-compiler/react-compiler` references.
package/index.cjs CHANGED
@@ -72,7 +72,7 @@ module.exports = function config(options = {}) {
72
72
  extends: [
73
73
  reactPlugin.configs.flat["recommended"],
74
74
  reactPlugin.configs.flat["jsx-runtime"],
75
- // @ts-expect-error -- Unlcear why the types are wrong, matches README setup: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y?tab=readme-ov-file#shareable-configs
75
+ // @ts-expect-error -- Unclear why the types are wrong, matches README setup: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y?tab=readme-ov-file#shareable-configs
76
76
  jsxA11yPlugin.flatConfigs.recommended,
77
77
  reactHooksPlugin.configs.flat.recommended,
78
78
  ],
package/package.json CHANGED
@@ -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.0-pr-410.142.1.1"
51
+ "version": "18.0.0-pr-410.145.1.1"
52
52
  }