c098e88cc9
modify ucap-profile-user-list-item, add group-expension-panel in ucap-profile-user-list-item.
18 lines
258 B
JSON
18 lines
258 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
"ucapChat",
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
"ucap-room",
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|