diff --git a/packages/typescript/index.js b/packages/typescript/index.js index ddf48a9..53ffd31 100644 --- a/packages/typescript/index.js +++ b/packages/typescript/index.js @@ -34,6 +34,7 @@ module.exports = { 'JSXAttribute', 'TSTypeParameterInstantiation', ], + SwitchCase: 1, }], 'no-unused-vars': 'off', '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],