diff --git a/.changeset/fix-eslint-config-godaddy-react-flatcompat.md b/.changeset/fix-eslint-config-godaddy-react-flatcompat.md deleted file mode 100644 index f811dcb0..00000000 --- a/.changeset/fix-eslint-config-godaddy-react-flatcompat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-godaddy-react": patch ---- - -Replace `FlatCompat` workaround with `eslint-plugin-react-hooks` native flat config support (`configs['recommended-latest']`), fixing an import error when used with ESLint 10. diff --git a/packages/eslint-config-godaddy-react/CHANGELOG.md b/packages/eslint-config-godaddy-react/CHANGELOG.md index d85a413e..b8303ce7 100644 --- a/packages/eslint-config-godaddy-react/CHANGELOG.md +++ b/packages/eslint-config-godaddy-react/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 11.0.1 + +### Patch Changes + +- 3f9dff8: Replace `FlatCompat` workaround with `eslint-plugin-react-hooks` native flat config support (`configs['recommended-latest']`), fixing an import error when used with ESLint 10. + ## 11.0.0 ### Major Changes diff --git a/packages/eslint-config-godaddy-react/package.json b/packages/eslint-config-godaddy-react/package.json index b2778edc..68908e67 100644 --- a/packages/eslint-config-godaddy-react/package.json +++ b/packages/eslint-config-godaddy-react/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-godaddy-react", - "version": "11.0.0", + "version": "11.0.1", "description": "ESLint config for consistent style in ES6 React projects at GoDaddy.", "license": "MIT", "type": "module",