mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
style: fix indentation in tslint.json
This commit is contained in:
parent
4b3d283bfa
commit
96be267815
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user