chore(linter): move prefer-array-flat to pedantic

This commit is contained in:
Boshen 2023-12-13 13:16:18 +08:00
parent e63576d03c
commit ca009d5995
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801

View file

@ -57,7 +57,7 @@ declare_oxc_lint!(
/// const foo = [maybeArray].flat();
/// ```
PreferArrayFlat,
correctness
pedantic
);
impl Rule for PreferArrayFlat {