Skip to content

Commit 4dd44b0

Browse files
committed
prettier wanted something
1 parent 6548d3a commit 4dd44b0

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"preLaunchTask": "build debug component"
1515
}
1616
]
17-
}
17+
}

.vscode/tasks.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"version": "2.0.0",
33
"tasks": [
4-
{
5-
"label": "build debug component",
6-
"type": "shell",
7-
"command": "npm run build:debug",
8-
"group": "build",
9-
"presentation": {
10-
"reveal": "always",
11-
"panel": "new"
12-
}
4+
{
5+
"label": "build debug component",
6+
"type": "shell",
7+
"command": "npm run build:debug",
8+
"group": "build",
9+
"presentation": {
10+
"reveal": "always",
11+
"panel": "new"
1312
}
13+
}
1414
]
15-
}
15+
}

0 commit comments

Comments
 (0)