chore: change no-constructor-return to pedantic

This commit is contained in:
Boshen 2024-06-07 00:13:47 +08:00
parent 101d0ccefa
commit 7ddd3a6d11
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -44,7 +44,7 @@ declare_oxc_lint!(
/// }
/// ```
NoConstructorReturn,
correctness
pedantic
);
impl Rule for NoConstructorReturn {