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,