小编Kum*_*rth的帖子

对象的@property,tslint 给出错误 - no-redundant-jsdoc

我正在将 tslint 用于我的打字稿代码。我想记录接口的属性。tsLint 给出错误JSDoc tag '@property' is redundant in TypeScript code. (no-redundant-jsdoc)tslint(1)

以下是我的评论

/**
 * @property value - number with a unit as string
 */
Run Code Online (Sandbox Code Playgroud)

禁用下一行的 tslint 也不起作用。

jsDoc @property 和 tslint 禁用不起作用

javascript jsdoc typescript tslint angular

2
推荐指数
1
解决办法
2234
查看次数

标签 统计

angular ×1

javascript ×1

jsdoc ×1

tslint ×1

typescript ×1