ucap-angular/projects/ui-chat/tslint.json

8 lines
198 B
JSON
Raw Normal View History

2020-05-17 02:24:49 +00:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "ucapChat", "camelCase"],
"component-selector": [true, "element", "ucap-chat", "kebab-case"]
}
}