gpt4 book ai didi

javascript - TypeScript Disallow 不必要的可选链表达式

转载 作者:行者123 更新时间:2023-12-05 00:36:57 25 4
gpt4 key购买 nike

是否有 es lint 规则或 typescript 配置来禁止以下内容?

let s: string;
s = 'a';
s?.toLocaleLowerCase();
在我看来, s 不可为空,因此不需要进行可选链断言,它只会让其他开发人员感到困惑

最佳答案

关于javascript - TypeScript Disallow 不必要的可选链表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72140410/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com