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