Skip to content

Commit

Permalink
fix(lint/useConsistentCurlyBraces): specify correct language type (#3452
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chansuke authored Jul 17, 2024
1 parent 0d2af99 commit 42f92cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ declare_lint_rule! {
///
/// ### Valid
///
/// ```js
/// ```jsx
/// <>
/// <Foo>Hello world</Foo>
/// <Foo foo="bar" />
Expand Down

0 comments on commit 42f92cf

Please sign in to comment.