Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f35c20b

Browse files
Josh GoldbergJamesHenry
Josh Goldberg
authored andcommitted
chore: removed unnecessary path prefix from .vscode/launch.json (typescript-eslint#196)
1 parent f03ed07 commit f35c20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
1313
"args": [
1414
"--colors",
15-
"${workspaceFolder}/packages/eslint-plugin/tests/lib/rules/${fileBasename}"
15+
"tests/lib/rules/${fileBasename}"
1616
],
1717
"console": "integratedTerminal",
1818
"internalConsoleOptions": "neverOpen"

0 commit comments

Comments
 (0)