Skip to content

Commit d9ccdb7

Browse files
committed
fix(linting): adjust selector in tslint
1 parent 19e4048 commit d9ccdb7

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
{
22
"extends": "../../tslint.json",
33
"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-
]
4+
"directive-selector": [true, "attribute", "camelCase"],
5+
"component-selector": [true, "element", "kebab-case"]
166
}
177
}

0 commit comments

Comments
 (0)