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