8 lines
214 B
JSON
Raw Normal View History

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