mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-31 09:01:56 +01:00
Added web-ext linter
This commit is contained in:
parent
4071ebda6f
commit
ef1c45efab
25
.vscode/tasks.json
vendored
25
.vscode/tasks.json
vendored
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user