You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be more in-keeping with the spirit of this config to leave it enabled, rather than requiring users to have allowUnreachableCode: false in their tsconfig file to achieve the same behaviour.
The text was updated successfully, but these errors were encountered:
Migrated from upstream issue.
The TypeScript compiler only enforces this check if explicitly configured to do so: typescriptlang.org/tsconfig#allowUnreachableCode
(Default behaviour is just to surface an editor warning.)
no-unreachable
is disabled here.I think it would be more in-keeping with the spirit of this config to leave it enabled, rather than requiring users to have
allowUnreachableCode: false
in theirtsconfig
file to achieve the same behaviour.The text was updated successfully, but these errors were encountered: