https://github.com/angular/angular
Raw File
Tip revision: a301b36f1f711ab956e37c4aee0010b44d9810ef authored by Andrew Kushnir on 09 March 2022, 17:04:59 UTC
release: cut the v14.0.0-next.6 release (#45301)
Tip revision: a301b36
tslint.json
{
  "extends": "../../tslint.json",
  "rules": {
    "directive-selector": [true, "attribute", "camelCase"],
    "component-selector": [true, "element", "kebab-case"]
  }
}
back to top