diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 75ae81b..edaa9e1 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",