diff --git a/base/index.js b/base/index.js index 67208c4..50354ae 100644 --- a/base/index.js +++ b/base/index.js @@ -204,6 +204,9 @@ module.exports = { '@typescript-eslint/prefer-literal-enum-member': 'warn', '@typescript-eslint/prefer-return-this-type': 'warn', '@typescript-eslint/unified-signatures': 'warn', + + // Preview 202412 + 'default-case-last': 'warn', }, }, {