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",
"rules": {
"directive-selector": [
true,
"attribute",
"<%= prefix %>",
"camelCase"
],
"component-selector": [
true,
"element",
"<%= prefix %>",
"kebab-case"
]
}
"extends": "<%= relativePathToWorkspaceRoot %>/tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"<%= prefix %>",
"camelCase"
],
"component-selector": [
true,
"element",
"<%= prefix %>",
"kebab-case"
]
}
}