add src folder to debug command

This commit is contained in:
Jacob Overgaard
2023-01-23 11:01:01 +01:00
parent ff810ab694
commit e4d2d691a6

View File

@@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"command": "npx eslint",
"command": "npx eslint src",
"name": "Debug eslint",
"request": "launch",
"type": "node-terminal"