2019-09-04 23:47:09 -04:00
|
|
|
{
|
2024-08-30 10:29:16 -04:00
|
|
|
"extends": "../../tslint.json",
|
2019-09-04 23:47:09 -04:00
|
|
|
"rules": {
|
|
|
|
"directive-selector": [
|
|
|
|
true,
|
|
|
|
"attribute",
|
|
|
|
"lib",
|
|
|
|
"camelCase"
|
|
|
|
],
|
|
|
|
"component-selector": [
|
|
|
|
true,
|
|
|
|
"element",
|
|
|
|
"lib",
|
|
|
|
"kebab-case"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|