mirror of
https://github.com/valitydev/ng-core.git
synced 2024-11-06 08:15:20 +00:00
18 lines
247 B
JSON
18 lines
247 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
"lib",
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
"lib",
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|