Skip to content

Commit

Permalink
Update crates/oxc_linter/src/rules/eslint/no_lone_blocks.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cam McHenry <[email protected]>
  • Loading branch information
baseballyama and camchenry authored Jan 3, 2025
1 parent d272fe5 commit 18f9f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/oxc_linter/src/rules/eslint/no_lone_blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ declare_oxc_lint!(
/// ```
NoLoneBlocks,
style,
pending
);

impl Rule for NoLoneBlocks {
Expand Down

0 comments on commit 18f9f73

Please sign in to comment.