mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): move prefer-array-flat to pedantic
This commit is contained in:
parent
e63576d03c
commit
ca009d5995
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ declare_oxc_lint!(
|
|||
/// const foo = [maybeArray].flat();
|
||||
/// ```
|
||||
PreferArrayFlat,
|
||||
correctness
|
||||
pedantic
|
||||
);
|
||||
|
||||
impl Rule for PreferArrayFlat {
|
||||
|
|
|
|||
Loading…
Reference in a new issue