eslint-config-xo-typescript
eslint-config-xo-typescript copied to clipboard
Consider disabling `default-case` because of `@typescript-eslint/switch-exhaustiveness-check`
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.