interface name must start with a

2019-06-12  本文已影响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
  },
上一篇 下一篇

猜你喜欢

热点阅读