mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +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": []
|
"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",
|
"label": "open git UI",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user