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

8 lines
189 B
JSON
Raw Normal View History

2019-09-18 06:02:21 +00:00
{
"extends": "../../tslint.json",
"rules": {
2019-11-05 04:45:30 +00:00
"directive-selector": [true, "attribute", "ucap", "camelCase"],
"component-selector": [true, "element", "ucap", "kebab-case"]
2019-09-18 06:02:21 +00:00
}
}