Skip to content

Commit db6f578

Browse files
committed
docs: update changelog
1 parent 8926cf2 commit db6f578

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ We've also added new configuration presets:
7777

7878
### 🐞 Fixes
7979

80-
- fix(x/no-unnecessary-use-prefix): fix false positive of React Hooks defined within the callback function of `vi.mock(...)` in Vitest test files
81-
- fix(web-api/no-leaked-event-listener): fix `useEffect` setup function check to handle `React.useEffect()` calls correctly
82-
- fix(naming-convention/filename): fix false positive on well-known filenames like `404.tsx`, `_app.tsx`, `[slug].tsx`
80+
- fix(react-x/no-unnecessary-use-prefix): fix false positive of React Hooks defined within the callback function of `vi.mock(...)` in Vitest test files
81+
- fix(react-web-api/no-leaked-event-listener): fix `useEffect` setup function check to handle `React.useEffect()` calls correctly
82+
- fix(react-naming-convention/filename): fix false positive on well-known filenames like `404.tsx`, `_app.tsx`, `[slug].tsx`
8383

8484
### 🪄 Improvements
8585

@@ -89,9 +89,7 @@ We've also added new configuration presets:
8989
- docs: replace `tseslint.config` with `defineConfig` in all examples
9090
- build: migrate build system from `tsup` to `tsdown` for better performance
9191

92-
**Full Changelog**:
93-
94-
TODO: Add link to full changelog
92+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.53.1...v2.0.0
9593

9694
## v1.53.1 (2025-09-11)
9795

apps/website/content/docs/changelog.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ We've also added new configuration presets:
8181

8282
### 🐞 Fixes
8383

84-
- fix(x/no-unnecessary-use-prefix): fix false positive of React Hooks defined within the callback function of `vi.mock(...)` in Vitest test files
85-
- fix(web-api/no-leaked-event-listener): fix `useEffect` setup function check to handle `React.useEffect()` calls correctly
86-
- fix(naming-convention/filename): fix false positive on well-known filenames like `404.tsx`, `_app.tsx`, `[slug].tsx`
84+
- fix(react-x/no-unnecessary-use-prefix): fix false positive of React Hooks defined within the callback function of `vi.mock(...)` in Vitest test files
85+
- fix(react-web-api/no-leaked-event-listener): fix `useEffect` setup function check to handle `React.useEffect()` calls correctly
86+
- fix(react-naming-convention/filename): fix false positive on well-known filenames like `404.tsx`, `_app.tsx`, `[slug].tsx`
8787

8888
### 🪄 Improvements
8989

@@ -93,9 +93,7 @@ We've also added new configuration presets:
9393
- docs: replace `tseslint.config` with `defineConfig` in all examples
9494
- build: migrate build system from `tsup` to `tsdown` for better performance
9595

96-
**Full Changelog**:
97-
98-
TODO: Add link to full changelog
96+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.53.1...v2.0.0
9997

10098
## v1.53.1 (2025-09-11)
10199

0 commit comments

Comments
 (0)