Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-eslint-config-godaddy-react-flatcompat.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config-godaddy-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading