1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-22 21:00:23 +01:00

Linted tasks.json

This commit is contained in:
kkapsner 2018-06-20 23:35:20 +02:00
parent 4ce327c68f
commit c5882a30aa

10
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
"taskName": "eslint", "label": "eslint",
"type": "shell", "type": "shell",
"windows": { "windows": {
"command": "eslint" "command": "eslint"
@ -27,7 +27,7 @@
"problemMatcher": "$eslint-stylish" "problemMatcher": "$eslint-stylish"
}, },
{ {
"taskName": "run", "label": "run",
"type": "shell", "type": "shell",
"windows": { "windows": {
"command": "web-ext" "command": "web-ext"
@ -54,7 +54,7 @@
"problemMatcher": [] "problemMatcher": []
}, },
{ {
"taskName": "run current", "label": "run current",
"type": "shell", "type": "shell",
"windows": { "windows": {
"command": "web-ext" "command": "web-ext"
@ -79,7 +79,7 @@
"problemMatcher": [] "problemMatcher": []
}, },
{ {
"taskName": "run esr", "label": "run esr",
"type": "shell", "type": "shell",
"windows": { "windows": {
"command": "web-ext" "command": "web-ext"
@ -106,7 +106,7 @@
"problemMatcher": [] "problemMatcher": []
}, },
{ {
"taskName": "build", "label": "build",
"type": "shell", "type": "shell",
"windows": { "windows": {
"command": "web-ext" "command": "web-ext"