mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore: change no-constructor-return to pedantic
This commit is contained in:
parent
101d0ccefa
commit
7ddd3a6d11
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ declare_oxc_lint!(
|
|||
/// }
|
||||
/// ```
|
||||
NoConstructorReturn,
|
||||
correctness
|
||||
pedantic
|
||||
);
|
||||
|
||||
impl Rule for NoConstructorReturn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue