Skip to content

Commit 96be267

Browse files
sibiraj-sKeen Yee Liau
authored and
Keen Yee Liau
committed
style: fix indentation in tslint.json
1 parent 4b3d283 commit 96be267

File tree

1 file changed

+15
-15
lines changed
  • packages/schematics/angular/library/files/__projectRoot__

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"extends": "<%= relativePathToWorkspaceRoot %>/tslint.json",
3-
"rules": {
4-
"directive-selector": [
5-
true,
6-
"attribute",
7-
"<%= prefix %>",
8-
"camelCase"
9-
],
10-
"component-selector": [
11-
true,
12-
"element",
13-
"<%= prefix %>",
14-
"kebab-case"
15-
]
16-
}
2+
"extends": "<%= relativePathToWorkspaceRoot %>/tslint.json",
3+
"rules": {
4+
"directive-selector": [
5+
true,
6+
"attribute",
7+
"<%= prefix %>",
8+
"camelCase"
9+
],
10+
"component-selector": [
11+
true,
12+
"element",
13+
"<%= prefix %>",
14+
"kebab-case"
15+
]
16+
}
1717
}

0 commit comments

Comments
 (0)