mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
feat(linter): change no-empty-static-block to correctness
This commit is contained in:
parent
7e4beb0118
commit
58d6438efb
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ declare_oxc_lint!(
|
|||
///
|
||||
/// ```
|
||||
NoEmptyStaticBlock,
|
||||
suspicious
|
||||
correctness
|
||||
);
|
||||
|
||||
impl Rule for NoEmptyStaticBlock {
|
||||
|
|
|
|||
Loading…
Reference in a new issue