Skip to content

Commit afb2e1a

Browse files
authored
Merge pull request #149 from Wintus/setup-React-Compiler
Setup React Compiler
2 parents bc5a910 + 69ba213 commit afb2e1a

File tree

4 files changed

+230
-337
lines changed

4 files changed

+230
-337
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default tseslint.config(
1818
'react-refresh': reactRefresh,
1919
},
2020
rules: {
21-
...reactHooks.configs.recommended.rules,
21+
...reactHooks.configs['recommended-latest'].rules,
2222
'react-refresh/only-export-components': [
2323
'warn',
2424
{ allowConstantExport: true },

0 commit comments

Comments
 (0)