add launch task to debug local eslint rules

This commit is contained in:
Jacob Overgaard
2023-01-03 15:53:36 +01:00
parent d44a006b4b
commit a92959588f

View File

@@ -4,6 +4,12 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "npx eslint",
"name": "Debug eslint",
"request": "launch",
"type": "node-terminal"
},
{
"type": "chrome",
"request": "launch",