From c5882a30aace0fae15a3952713c2c269f8f48f71 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Wed, 20 Jun 2018 23:35:20 +0200 Subject: [PATCH] Linted tasks.json --- .vscode/tasks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 03356c5..9a994e6 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ "version": "2.0.0", "tasks": [ { - "taskName": "eslint", + "label": "eslint", "type": "shell", "windows": { "command": "eslint" @@ -27,7 +27,7 @@ "problemMatcher": "$eslint-stylish" }, { - "taskName": "run", + "label": "run", "type": "shell", "windows": { "command": "web-ext" @@ -54,7 +54,7 @@ "problemMatcher": [] }, { - "taskName": "run current", + "label": "run current", "type": "shell", "windows": { "command": "web-ext" @@ -79,7 +79,7 @@ "problemMatcher": [] }, { - "taskName": "run esr", + "label": "run esr", "type": "shell", "windows": { "command": "web-ext" @@ -106,7 +106,7 @@ "problemMatcher": [] }, { - "taskName": "build", + "label": "build", "type": "shell", "windows": { "command": "web-ext"