mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
15 lines
221 B
JSON
15 lines
221 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|