ucap-angular/projects/ui-authentication/tslint.json
2020-03-27 17:39:01 +09:00

13 lines
248 B
JSON

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