You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tslint.json 314B

1234567891011121314151617
  1. {
  2. "extends": "../tslint.json",
  3. "rules": {
  4. "directive-selector": [
  5. true,
  6. "attribute",
  7. "app",
  8. "camelCase"
  9. ],
  10. "component-selector": [
  11. true,
  12. "element",
  13. "app",
  14. "kebab-case"
  15. ]
  16. }
  17. }