mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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:
parent
f3894d5898
commit
14f614d0c1
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -3,6 +3,9 @@
|
||||||
"strings": true
|
"strings": true
|
||||||
},
|
},
|
||||||
"eslint.workingDirectories": [
|
"eslint.workingDirectories": [
|
||||||
|
{
|
||||||
|
"pattern": "./apps/*/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pattern": "./ghost/*/"
|
"pattern": "./ghost/*/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue