mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-10-31 22:38:49 +00:00
18 lines
398 B
JSON
18 lines
398 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"
|
|
}
|