0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00

chore: warn on switch with fall through (#25355)

This commit is contained in:
Paul D'Ambra 2024-10-03 09:30:36 +01:00 committed by GitHub
parent a561868786
commit e4c7b24d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ module.exports = {
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-misused-promises': ['error', { checksVoidReturn: false }],
curly: 'error',
'no-fallthrough': 'warn',
},
overrides: [
{