lg-cns-ucap-messenger/projects/ucap-webmessenger-ui/tslint.json

8 lines
189 B
JSON
Raw Normal View History

2019-11-09 12:56:11 +00:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "ucap", "camelCase"],
"component-selector": [true, "element", "ucap", "kebab-case"]
}
}