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:
parent
a561868786
commit
e4c7b24d50
@ -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: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user