Skip to content

Commit

Permalink
fix: disable no-fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 11, 2024
1 parent c4bd741 commit 4a7317e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/canonical.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ module.exports.recommended = {
'no-extra-bind': 2,
'no-extra-boolean-cast': 2,
'no-extra-label': 2,
'no-fallthrough': 2,
'no-fallthrough': 0,
'no-func-assign': 2,
'no-global-assign': 2,
'no-implicit-coercion': 2,
Expand Down

0 comments on commit 4a7317e

Please sign in to comment.