Skip to content

Commit ecce2de

Browse files
committedApr 21, 2025
Fixed bug in plugins declaration.
1 parent 9fc5c81 commit ecce2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/eslint-config-template.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export const esLintConfigLegReq: ConfigArray = tseslint.config(
4545
},
4646

4747
plugins: {
48-
reactHooks,
49-
reactRefresh,
48+
"react-hooks": reactHooks,
49+
"react-refresh": reactRefresh,
5050
notice
5151
},
5252

0 commit comments

Comments
 (0)
Please sign in to comment.