2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Added apps/ to vscode working directories

- this maintains support for all the code folders in the vscode
  settings.json file, so they load the eslint files correctly
This commit is contained in:
Daniel Lockyer 2023-06-14 14:34:23 +02:00 committed by Daniel Lockyer
parent f3894d5898
commit 14f614d0c1

View file

@ -3,6 +3,9 @@
"strings": true
},
"eslint.workingDirectories": [
{
"pattern": "./apps/*/"
},
{
"pattern": "./ghost/*/"
}