aboutsummaryrefslogtreecommitdiff
path: root/viewer/.vscode/tasks.json
diff options
context:
space:
mode:
authorZero~Informatique2020-02-12 21:25:07 +0100
committerNotkea2020-02-12 21:44:51 +0100
commitaf4660b4c4fea455dfffbf2d966bae425ed6effb (patch)
treed0767971137faa81380a50661c47b848b10ccc5b /viewer/.vscode/tasks.json
parentd2b06df90fd1e8f6b89c49704150de45aee92b51 (diff)
downloadldgallery-af4660b4c4fea455dfffbf2d966bae425ed6effb.tar.gz
viewer: project configuration - eof-last enforced
Diffstat (limited to 'viewer/.vscode/tasks.json')
-rw-r--r--viewer/.vscode/tasks.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/viewer/.vscode/tasks.json b/viewer/.vscode/tasks.json
index 3c02098..102002d 100644
--- a/viewer/.vscode/tasks.json
+++ b/viewer/.vscode/tasks.json
@@ -9,7 +9,10 @@
9 "group": { 9 "group": {
10 "kind": "build", 10 "kind": "build",
11 "isDefault": true 11 "isDefault": true
12 } 12 },
13 "problemMatcher": [
14 "$tsc"
15 ]
13 }, 16 },
14 { 17 {
15 "type": "npm", 18 "type": "npm",
@@ -17,6 +20,20 @@
17 "problemMatcher": [ 20 "problemMatcher": [
18 "$tsc" 21 "$tsc"
19 ] 22 ]
23 },
24 {
25 "type": "npm",
26 "script": "lint-autoformat",
27 "problemMatcher": [
28 "$tsc"
29 ]
30 },
31 {
32 "type": "npm",
33 "script": "lint",
34 "problemMatcher": [
35 "$tsc"
36 ]
20 } 37 }
21 ] 38 ]
22} \ No newline at end of file 39} \ No newline at end of file