Skip to content

Commit 16f09b2

Browse files
authored
Apply suggestions from code review
1 parent 194b6ed commit 16f09b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/oxc_linter/src/rules/eslint/default_case_last.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ declare_oxc_lint!(
3333
/// ```js
3434
/// /* default-case-last: "error" */
3535
///
36-
/// /* ✘ Bad: */
3736
/// switch (foo) {
3837
/// default:
3938
/// bar();
@@ -60,7 +59,6 @@ declare_oxc_lint!(
6059
/// ```js
6160
/// /* default-case-last: "error" */
6261
///
63-
/// /* ✔ Good: */
6462
/// switch (foo) {
6563
/// case 1:
6664
/// bar();

0 commit comments

Comments
 (0)