feat(linter): change no-empty-static-block to correctness

This commit is contained in:
Boshen 2024-04-22 10:35:41 +08:00
parent 7e4beb0118
commit 58d6438efb
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801

View file

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