Skip to content

Commit

Permalink
chore: fix vscode settings pattern (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark authored May 7, 2024
1 parent cde87b9 commit 0409c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.workingDirectories": [
{ "pattern": "apps/*/" },
{ "pattern": "core/*/" },
{ "pattern": "packages/*/" }
]
}

0 comments on commit 0409c5d

Please sign in to comment.