-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathWD-40.code-workspace
More file actions
27 lines (27 loc) · 706 Bytes
/
WD-40.code-workspace
File metadata and controls
27 lines (27 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"folders": [
{
"path": "."
}
],
"settings": {
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
//"editor.formatOnSave": true,
},
//"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"githubPullRequests.ignoredPullRequestBranches": [
"develop"
],
//"eslint.options": {
// "overrideConfigFile": "eslint.config.mjs"
//},
//"eslint.lintTask.enable": true,
//"eslint.codeActionsOnSave.rules": [
// "explicit"
//],
}
}