Skip to content

Commit

Permalink
Add eslint.workingDirectories to settings.example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-rc committed Sep 28, 2022
1 parent 1e4cb1f commit c7bd17f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .vscode/settings.example.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"go.lintTool":"golangci-lint",
"go.lintFlags": [
"--fast"
]
"eslint.workingDirectories": ["./js"],
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast"]
}

0 comments on commit c7bd17f

Please sign in to comment.