美文网首页
interface name must start with a

interface name must start with a

作者: 前端的爬行之旅 | 来源:发表于2019-06-12 16:00 被阅读0次

his can be solved with these rules (that solves also other problems ...) in your tslint.json

"rules": {
    "object-literal-sort-keys": false,
    "interface-name": false,
    "member-access": [true, "no-public"],
    "ordered-imports": false
  },

相关文章

网友评论

      本文标题:interface name must start with a

      本文链接:https://www.haomeiwen.com/subject/uehlfctx.html