Skip to content

Commit

Permalink
merge 8353
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Jan 13, 2025
1 parent 34e7df8 commit d928b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/oxc_linter/src/rules/eslint/curly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ declare_oxc_lint!(
/// }
/// ```
Curly,
eslint,
style,
fix
);
Expand Down Expand Up @@ -1879,5 +1880,5 @@ fn test() {
None,
),
];
Tester::new(Curly::NAME, Curly::CATEGORY, pass, fail).expect_fix(fix).test_and_snapshot();
Tester::new(Curly::NAME, Curly::PLUGIN, pass, fail).expect_fix(fix).test_and_snapshot();
}

0 comments on commit d928b55

Please sign in to comment.