mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
Add prettier (#2600)
This commit is contained in:
19
.vscode/launch.json
vendored
19
.vscode/launch.json
vendored
@@ -3,11 +3,7 @@
|
||||
"compounds": [
|
||||
{
|
||||
"name": "Woodpecker CI",
|
||||
"configurations": [
|
||||
"Woodpecker UI",
|
||||
"Woodpecker server",
|
||||
"Woodpecker agent"
|
||||
],
|
||||
"configurations": ["Woodpecker UI", "Woodpecker server", "Woodpecker agent"],
|
||||
"stopAll": true
|
||||
}
|
||||
],
|
||||
@@ -43,17 +39,10 @@
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "pnpm",
|
||||
"runtimeArgs": [
|
||||
"start",
|
||||
],
|
||||
"runtimeArgs": ["start"],
|
||||
"cwd": "${workspaceFolder}/web",
|
||||
"resolveSourceMapLocations": [
|
||||
"${workspaceFolder}/web/**",
|
||||
"!**/node_modules/**"
|
||||
],
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
]
|
||||
"resolveSourceMapLocations": ["${workspaceFolder}/web/**", "!**/node_modules/**"],
|
||||
"skipFiles": ["<node_internals>/**"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@@ -6,18 +6,10 @@
|
||||
"**/*.code-search": true,
|
||||
"vendor/": true
|
||||
},
|
||||
"go.lintTool":"golangci-lint",
|
||||
"go.lintFlags": [
|
||||
"--fast"
|
||||
],
|
||||
"eslint.workingDirectories": [
|
||||
"./web"
|
||||
],
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.lintFlags": ["--fast"],
|
||||
"eslint.workingDirectories": ["./web"],
|
||||
"prettier.configPath": "./web/.prettierrc.js",
|
||||
"prettier.ignorePath": "./web/.prettierignore",
|
||||
"cSpell.words": [
|
||||
"Curr",
|
||||
"doublestar",
|
||||
"multierr"
|
||||
]
|
||||
"cSpell.words": ["Curr", "doublestar", "multierr"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user