You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,9 @@ We've also added new configuration presets:
77
77
78
78
### 🐞 Fixes
79
79
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`
83
83
84
84
### 🪄 Improvements
85
85
@@ -89,9 +89,7 @@ We've also added new configuration presets:
89
89
- docs: replace `tseslint.config` with `defineConfig` in all examples
90
90
- build: migrate build system from `tsup` to `tsdown` for better performance
Copy file name to clipboardExpand all lines: apps/website/content/docs/changelog.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ We've also added new configuration presets:
81
81
82
82
### 🐞 Fixes
83
83
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`
87
87
88
88
### 🪄 Improvements
89
89
@@ -93,9 +93,7 @@ We've also added new configuration presets:
93
93
- docs: replace `tseslint.config` with `defineConfig` in all examples
94
94
- build: migrate build system from `tsup` to `tsdown` for better performance
0 commit comments