chore(linter): move no-return-await to pedantic

Since this is not a eslint recommended rule
This commit is contained in:
Boshen 2023-07-28 12:50:48 +08:00
parent 1bc564eafc
commit fe54b1fbc9

View file

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