Skip to content

Commit ec34ef3

Browse files
authoredApr 4, 2025··
docs(rules/react): adding missing code block ending (#10218)
1 parent 14ff99c commit ec34ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎crates/oxc_linter/src/rules/react/exhaustive_deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ declare_oxc_lint!(
188188
/// }, [props]);
189189
/// return <div />;
190190
/// }
191+
/// ```
191192
ExhaustiveDeps,
192193
react,
193194
nursery

0 commit comments

Comments
 (0)
Please sign in to comment.