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

8 lines
198 B
JSON
Raw Permalink Normal View History

2020-08-10 05:05:57 +00:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "ucapCall", "camelCase"],
"component-selector": [true, "element", "ucap-call", "kebab-case"]
}
}