blob: ee5daee21ee88a0989bacebd4b7cab7045dddc62 [file] [log] [blame]
Sean Condona36f65c2019-05-20 08:21:41 +01001{
2 "extends": "../../tslint.json",
3 "rules": {
4 "directive-selector": [
5 true,
6 "attribute",
Sean Condon27f06da2019-05-25 17:02:14 +01007 "${artifactId}",
Sean Condona36f65c2019-05-20 08:21:41 +01008 "camelCase"
9 ],
10 "component-selector": [
11 true,
12 "element",
Sean Condon27f06da2019-05-25 17:02:14 +010013 "${artifactId}",
Sean Condona36f65c2019-05-20 08:21:41 +010014 "kebab-case"
15 ]
16 }
17}