next-ucap-messenger/projects/ucap-webmessenger-protocol-inner/tslint.json

8 lines
217 B
JSON
Raw Normal View History

2019-09-19 05:15:43 +00:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "ucapProtocolInner", "camelCase"],
"component-selector": [true, "element", "ucap-protocol-inner", "kebab-case"]
}
}