Configure eslint for wildcard and branded packages in vscode (#20353)

This commit is contained in:
Erik Seliger 2021-05-20 13:35:14 +02:00 committed by GitHub
parent 0e8c900f48
commit 6463fdfd08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
.vscode/settings.json vendored
View File

@ -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",