Skip to content

Commit 518e50a

Browse files
karlhorkyAhmedBaset
authored andcommitted
Add ESLint flat config example, fix ESLint name (#7246)
* Add ESLint flat config example, fix ESLint name * Use official terminology * Fix key
1 parent dcdb1ef commit 518e50a

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
@@ -165,7 +165,7 @@ module.exports = {
165165
The ESLint plugin will display any violations of the rules of React in your editor. When it does this, it means that the compiler has skipped over optimizing that component or hook. This is perfectly okay, and the compiler can recover and continue optimizing other components in your codebase.
166166

167167
<Note>
168-
**You don't have to fix all eslint violations straight away.** You can address them at your own pace to increase the amount of components and hooks being optimized, but it is not required to fix everything before you can use the compiler.
168+
**You don't have to fix all ESLint violations straight away.** You can address them at your own pace to increase the amount of components and hooks being optimized, but it is not required to fix everything before you can use the compiler.
169169
</Note>
170170

171171
### Rolling out the compiler to your codebase {/*using-the-compiler-effectively*/}

0 commit comments

Comments
 (0)