From 4a7317e9f8cc84a5a0db7872ef866b2061e304b1 Mon Sep 17 00:00:00 2001 From: Gajus Date: Mon, 11 Nov 2024 13:35:44 -0600 Subject: [PATCH] fix: disable no-fallthrough --- configurations/canonical.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/canonical.js b/configurations/canonical.js index 057907a..4bc817b 100644 --- a/configurations/canonical.js +++ b/configurations/canonical.js @@ -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,