diff options
author | Zero~Informatique | 2020-02-12 21:25:07 +0100 |
---|---|---|
committer | Notkea | 2020-02-12 21:44:51 +0100 |
commit | af4660b4c4fea455dfffbf2d966bae425ed6effb (patch) | |
tree | d0767971137faa81380a50661c47b848b10ccc5b /viewer/.vscode/tasks.json | |
parent | d2b06df90fd1e8f6b89c49704150de45aee92b51 (diff) | |
download | ldgallery-af4660b4c4fea455dfffbf2d966bae425ed6effb.tar.gz |
viewer: project configuration - eof-last enforced
Diffstat (limited to 'viewer/.vscode/tasks.json')
-rw-r--r-- | viewer/.vscode/tasks.json | 19 |
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 |