Skip to content

Commit

Permalink
configure eslint and tsserver paths in devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed Jan 12, 2025
1 parent c1a5c1b commit 4998c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"typescript",
"typescriptreact"
],
"eslint.runtime": "${localWorkspaceFolder}/node_modules/.bin/eslint",
"typescript.tsdk": "${localWorkspaceFolder}/node_modules/typescript/lib",
"eslint.workingDirectories": [
{
"mode": "auto"
Expand Down

0 comments on commit 4998c37

Please sign in to comment.