mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): change no-fallthrough to pedantic
Because the code is still correct.
This commit is contained in:
parent
9f2e09eade
commit
37fceefbbf
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ declare_oxc_lint!(
|
|||
/// Disallow fallthrough of `case` statements
|
||||
///
|
||||
NoFallthrough,
|
||||
correctness
|
||||
pedantic // Fall through code are still incorrect.
|
||||
);
|
||||
|
||||
impl Rule for NoFallthrough {
|
||||
|
|
|
|||
Loading…
Reference in a new issue