chore(linter): change no_empty_pattern to correctness (eslint recommended)

This commit is contained in:
Boshen 2023-06-27 20:29:50 +08:00
parent 4d1863a954
commit 23b58db8c5
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -71,7 +71,7 @@ declare_oxc_lint!(
/// ```
///
NoEmptyPattern,
suspicious,
correctness,
);
impl Rule for NoEmptyPattern {