mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 01:55:27 +00:00
15 lines
435 B
JSON
15 lines
435 B
JSON
{
|
|
"git.ignoreLimitWarning": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/*.code-search": true,
|
|
"vendor/": true
|
|
},
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": ["--fast"],
|
|
"eslint.workingDirectories": ["./web"],
|
|
"prettier.configPath": "./web/.prettierrc.js",
|
|
"prettier.ignorePath": "./web/.prettierignore",
|
|
"cSpell.words": ["Curr", "doublestar", "multierr"]
|
|
}
|