mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): move no-return-await to pedantic
Since this is not a eslint recommended rule
This commit is contained in:
parent
1bc564eafc
commit
fe54b1fbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ declare_oxc_lint!(
|
|||
/// }
|
||||
/// ```
|
||||
NoReturnAwait,
|
||||
correctness
|
||||
pedantic
|
||||
);
|
||||
|
||||
impl Rule for NoReturnAwait {
|
||||
|
|
|
|||
Loading…
Reference in a new issue