mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): change no_empty_pattern to correctness (eslint recommended)
This commit is contained in:
parent
4d1863a954
commit
23b58db8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ declare_oxc_lint!(
|
|||
/// ```
|
||||
///
|
||||
NoEmptyPattern,
|
||||
suspicious,
|
||||
correctness,
|
||||
);
|
||||
|
||||
impl Rule for NoEmptyPattern {
|
||||
|
|
|
|||
Loading…
Reference in a new issue