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
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
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:
The TypeScript compiler only enforces this check if explicitly configured to do so: https://www.typescriptlang.org/tsconfig#allowUnreachableCode
(Default behaviour is just to surface an editor warning.)
no-unreachable
is disabled here:eslint-config-airbnb-typescript/lib/shared.js
Line 282 in 766a2b9
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: