Skip to content

Commit fcaaad9

Browse files
Update dependency eslint-plugin-react-refresh to ^0.4.16 (#81)
* Update dependency eslint-plugin-react-refresh to ^0.4.16 * Remove `no-unsafe-assignment` disable statement --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dao Hoang Son <[email protected]>
1 parent 2ac637d commit fcaaad9

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
21
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
32

43
import js from "@eslint/js";

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-jsx-a11y": "^6.10.2",
5454
"eslint-plugin-react": "^7.37.2",
5555
"eslint-plugin-react-hooks": "^5.1.0",
56-
"eslint-plugin-react-refresh": "^0.4.14",
56+
"eslint-plugin-react-refresh": "^0.4.16",
5757
"eslint-plugin-storybook": "^0.11.1",
5858
"globals": "^15.14.0",
5959
"jsdom": "^25.0.1",

0 commit comments

Comments
 (0)