mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Configure eslint for wildcard and branded packages in vscode (#20353)
This commit is contained in:
parent
0e8c900f48
commit
6463fdfd08
25
.vscode/settings.json
vendored
25
.vscode/settings.json
vendored
@ -52,22 +52,15 @@
|
||||
},
|
||||
"eslint.options": { "cache": true },
|
||||
"eslint.workingDirectories": [
|
||||
{
|
||||
"directory": "dev/release",
|
||||
"changeProcessCWD": true,
|
||||
},
|
||||
{
|
||||
"directory": "web",
|
||||
"changeProcessCWD": true,
|
||||
},
|
||||
{
|
||||
"directory": "browser",
|
||||
"changeProcessCWD": true,
|
||||
},
|
||||
{
|
||||
"directory": "shared",
|
||||
"changeProcessCWD": true,
|
||||
},
|
||||
"./dev/release",
|
||||
"./client/web",
|
||||
"./client/browser",
|
||||
"./client/shared",
|
||||
"./client/branded",
|
||||
"./client/wildcard",
|
||||
"./client/storybook",
|
||||
"./client/extension-api-types",
|
||||
"./client/extension-api",
|
||||
],
|
||||
"go.lintTool": "golangci-lint",
|
||||
"shellformat.flag": "-i 2 -ci",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user