ucap-angular/projects/logger/tslint.json
richard-loafle 6935b9a69e bug fixed
2020-03-31 17:30:33 +09:00

18 lines
247 B
JSON

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