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:
parent
f3894d5898
commit
14f614d0c1
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -3,6 +3,9 @@
|
||||
"strings": true
|
||||
},
|
||||
"eslint.workingDirectories": [
|
||||
{
|
||||
"pattern": "./apps/*/"
|
||||
},
|
||||
{
|
||||
"pattern": "./ghost/*/"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user