gpt4 book ai didi

tslint - `(interface-name) [typescript/tslint]` 规则出错?

转载 作者:行者123 更新时间:2023-12-03 04:02:47 25 4
gpt4 key购买 nike

我收到此 tslint 错误,我不明白为什么。该界面确实以大写字母开头。

29 第 11 栏错误|接口(interface)名称必须以大写的 I(接口(interface)名称)[typescript/tslint] 开头

S> 29 interface Props {
30 answerQuestion: (answerQuestion: AnswerQuestion) => void;

最佳答案

interface-name rule要求所有接口(interface)都以大写字母 I 开头。这是为了区分接口(interface)和类(因为接口(interface)不是值,但类才是)。在您的情况下,您可以通过将接口(interface)命名为 IProps 来更正代码。

关于tslint - `(interface-name) [typescript/tslint]` 规则出错?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47051042/

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