2021-12-21 11:52:10 +02:00
|
|
|
{
|
|
|
|
"git.ignoreLimitWarning": true,
|
|
|
|
"search.exclude": {
|
|
|
|
"**/node_modules": true,
|
|
|
|
"**/bower_components": true,
|
|
|
|
"**/*.code-search": true,
|
|
|
|
"vendor/": true
|
|
|
|
},
|
2023-10-24 14:42:05 +02:00
|
|
|
"go.lintTool": "golangci-lint",
|
|
|
|
"go.lintFlags": ["--fast"],
|
|
|
|
"eslint.workingDirectories": ["./web"],
|
2022-08-14 16:34:21 +02:00
|
|
|
"prettier.configPath": "./web/.prettierrc.js",
|
2023-02-02 01:08:02 +02:00
|
|
|
"prettier.ignorePath": "./web/.prettierignore",
|
2023-11-01 12:49:36 +02:00
|
|
|
"cSpell.words": ["Curr", "doublestar", "ERRORLEVEL", "multierr"]
|
2021-12-21 11:52:10 +02:00
|
|
|
}
|