Skip to content

Commit fbc91c1

Browse files
committed
fix: disable default-case rule
1 parent 06f57b6 commit fbc91c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ module.exports = {
1212
sourceType: 'module',
1313
},
1414
rules: {
15+
// Annoying rule.
16+
'default-case': 'off',
17+
1518
'no-use-extend-native/no-use-extend-native': 'error',
1619

1720
'unicorn/prevent-abbreviations': [

0 commit comments

Comments
 (0)