next-ucap-messenger/projects/ucap-webmessenger-ui/tslint.json

8 lines
194 B
JSON
Raw Normal View History

2019-09-18 06:02:21 +00:00
{
"extends": "../../tslint.json",
"rules": {
2019-10-17 07:57:37 +00:00
"directive-selector": [true, "attribute", "ucapUi", "camelCase"],
"component-selector": [true, "element", "ucap-ui", "kebab-case"]
2019-09-18 06:02:21 +00:00
}
}