ucap-angular/projects/ui-group/tslint.json
richard-loafle 186c0c337e bug fixed
2020-04-22 13:10:23 +09:00

8 lines
200 B
JSON

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