Skip to content

Commit 426a8ab

Browse files
authored
Fix key
1 parent 8eed4b7 commit 426a8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ import reactCompiler from 'eslint-plugin-react-compiler'
140140
export default [
141141
{
142142
plugins: {
143-
'eslint-plugin-react-compiler': reactCompiler,
143+
'react-compiler': reactCompiler,
144144
},
145145
rules: {
146146
'react-compiler/react-compiler': 'error',

0 commit comments

Comments
 (0)