style: fix indentation in tslint.json

This commit is contained in:
Sibiraj 2018-10-26 10:44:37 +05:30 committed by Keen Yee Liau
parent 4b3d283bfa
commit 96be267815

View File

@ -1,17 +1,17 @@
{ {
"extends": "<%= relativePathToWorkspaceRoot %>/tslint.json", "extends": "<%= relativePathToWorkspaceRoot %>/tslint.json",
"rules": { "rules": {
"directive-selector": [ "directive-selector": [
true, true,
"attribute", "attribute",
"<%= prefix %>", "<%= prefix %>",
"camelCase" "camelCase"
], ],
"component-selector": [ "component-selector": [
true, true,
"element", "element",
"<%= prefix %>", "<%= prefix %>",
"kebab-case" "kebab-case"
] ]
} }
} }