【发布时间】:2019-06-08 22:16:02
【问题描述】:
我收到这个 tslint 错误,我不明白为什么。界面确实以大写字母开头。
29 col 11 error| interface name must start with a capitalized I (interface-name) [typescript/tslint]
S> 29 interface Props {
30 answerQuestion: (answerQuestion: AnswerQuestion) => void;
【问题讨论】:
标签: tslint