1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-08 14:27:48 +02:00

Added web-ext linter

This commit is contained in:
kkapsner 2019-05-31 17:28:51 +02:00
parent 4071ebda6f
commit ef1c45efab

25
.vscode/tasks.json vendored
View File

@ -158,6 +158,31 @@
},
"problemMatcher": []
},
{
"label": "web-ext lint",
"type": "shell",
"windows": {
"command": "web-ext"
},
"linux": {
"command": "web-ext"
},
"osx": {
"command": "web-ext"
},
"args": [
"lint",
"--ignore-files",
"test"
],
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
},
"problemMatcher": []
},
{
"label": "open git UI",
"type": "shell",