mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Renaming `shell-chrome` to `shell-browser` contains the build that supports both browsers. PR Close #44952
7 lines
187 B
JSON
7 lines
187 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [true, "attribute", "app", "camelCase"],
|
|
"component-selector": [true, "element", "app", "kebab-case"]
|
|
}
|
|
}
|