8 lines
205 B
JSON
Raw Normal View History

2019-11-09 21:56:11 +09:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "ucapRoom", "camelCase"],
"component-selector": [true, "element", "ucap-room", "kebab-case"]
}
}