ucap-angular/projects/ui-organization/tslint.json

8 lines
214 B
JSON
Raw Permalink Normal View History

2020-03-27 08:39:01 +00:00
{
"extends": "../../tslint.json",
"rules": {
2020-04-02 06:46:40 +00:00
"directive-selector": [true, "attribute", "ucapOrganization", "camelCase"],
"component-selector": [true, "element", "ucap-organization", "kebab-case"]
2020-03-27 08:39:01 +00:00
}
}