-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonion-js.code-workspace
41 lines (41 loc) · 976 Bytes
/
onion-js.code-workspace
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"search.exclude": {
"**/coverage": true,
"**/node_modules": true,
"**/.serverless": true,
"**/build": true,
"**/bundles": true,
"**/dist": true,
"pnpm-lock.yaml": true
},
"[dotenv][ignore][properties][shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[html][javascript][json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"foxundermoon.shell-format",
"stylelint.vscode-stylelint",
"styled-components.vscode-styled-components"
]
},
"folders": [
{
"path": "packages/core",
"name": "🫀 Core"
},
{
"path": ".",
"name": "🧅 Root"
}
]
}