mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +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",
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user