Skip to content

Commit

Permalink
Enable default-case-last as a preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Dec 19, 2024
1 parent 15ebc63 commit 67ed382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
{
Expand Down

0 comments on commit 67ed382

Please sign in to comment.