diff --git a/crates/oxc_linter/src/rules/typescript/ban_ts_comment.rs b/crates/oxc_linter/src/rules/typescript/ban_ts_comment.rs index ae49b5ad3..101e9c29e 100644 --- a/crates/oxc_linter/src/rules/typescript/ban_ts_comment.rs +++ b/crates/oxc_linter/src/rules/typescript/ban_ts_comment.rs @@ -103,7 +103,7 @@ declare_oxc_lint!( /// } /// ``` BanTsComment, - nursery // since rust regex may not compatible with ECMAScript regex + pedantic ); impl Rule for BanTsComment {