mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
feat(linter): change ban-ts-comment to pedantic
This commit is contained in:
parent
8001b2f796
commit
7605cd3ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ declare_oxc_lint!(
|
|||
/// }
|
||||
/// ```
|
||||
BanTsComment,
|
||||
nursery // since rust regex may not compatible with ECMAScript regex
|
||||
pedantic
|
||||
);
|
||||
|
||||
impl Rule for BanTsComment {
|
||||
|
|
|
|||
Loading…
Reference in a new issue