Skip to content

Commit

Permalink
Configure eslint working directories for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Nov 2, 2022
1 parent 1289acd commit 81d1792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"deepscan.enable": true,
"eslint.workingDirectories": ["./code", "./scripts"],
"typescript.tsdk": "./code/node_modules/typescript/lib",
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
Expand Down
1 change: 1 addition & 0 deletions code/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"deepscan.enable": true,
"eslint.workingDirectories": [".", "../scripts"],
"typescript.tsdk": "node_modules/typescript/lib",
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
Expand Down

0 comments on commit 81d1792

Please sign in to comment.