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