diff --git a/crates/oxc_linter/src/rules/eslint/no_throw_literal.rs b/crates/oxc_linter/src/rules/eslint/no_throw_literal.rs index 0d7bf3e554a9d..18b67b6380006 100644 --- a/crates/oxc_linter/src/rules/eslint/no_throw_literal.rs +++ b/crates/oxc_linter/src/rules/eslint/no_throw_literal.rs @@ -25,6 +25,7 @@ declare_oxc_lint!( /// ::: warning /// This rule has been deprecated, please instead use [typescript/only-throw-error](https://oxc.rs/docs/guide/usage/linter/rules/typescript/only-throw-error.html). /// The typescript rule is more reliable than the Javascript version, as it has less false positive, and can catch more cases. + /// ::: /// /// ### Why is this bad? ///