ucap-angular/projects/ui-call/tslint.json
Park Byung Eun 0c9867beb9 sync
2020-08-10 14:05:57 +09:00

8 lines
198 B
JSON

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