ucap-angular/projects/ui-material/tslint.json
Park Byung Eun 02c2645e01 0524 sync
2020-05-24 13:11:32 +09:00

18 lines
247 B
JSON

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