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
},
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
网友评论