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