8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [true, "attribute", "ucapRoom", "camelCase"],
|
|
"component-selector": [true, "element", "ucap-room", "kebab-case"]
|
|
}
|
|
}
|