feat(linter): change ban-ts-comment to pedantic

This commit is contained in:
Boshen 2024-03-05 17:29:51 +08:00
parent 8001b2f796
commit 7605cd3ecf
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801

View file

@ -103,7 +103,7 @@ declare_oxc_lint!(
/// }
/// ```
BanTsComment,
nursery // since rust regex may not compatible with ECMAScript regex
pedantic
);
impl Rule for BanTsComment {