ITADN

Consider disabling `default-case` because of `@typescript-eslint/switch-exhaustiveness-check`

#80ClosedEdJoPaTo 创建于 2024-02-06
E
EdJoPaTocommented
With types the switch case default case can be determined way better than it can be in JavaScript. The `default-case` is useful in JavaScript but I only ignore it now with the updated `@typescript-eslint/switch-exhaustiveness-check` rules.
关闭于 2024-03-08 0 条评论