ucap-angular/projects/ui-chat/tslint.json
Park Byung Eun b4ef37624c 0517 sync
2020-05-17 11:24:49 +09:00

8 lines
198 B
JSON

{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "ucapChat", "camelCase"],
"component-selector": [true, "element", "ucap-chat", "kebab-case"]
}
}