Added web-ext linter

This commit is contained in:
kkapsner 2019-05-31 17:28:51 +02:00
parent 4071ebda6f
commit ef1c45efab
1 changed files with 25 additions and 0 deletions

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",