Skip to content

Commit b0b1cb0

Browse files
authored
Create tslint.json
1 parent 553a735 commit b0b1cb0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/tslint.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

0 commit comments

Comments
 (0)