ucap-angular/projects/ui-organization/tslint.json
richard-loafle 07c4b755f8 bug fixed
2020-04-02 15:46:40 +09:00

8 lines
214 B
JSON

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