-
Notifications
You must be signed in to change notification settings - Fork 0
/
react-tailwind-ghpages-starter.code-workspace
52 lines (52 loc) · 1.22 KB
/
react-tailwind-ghpages-starter.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
42
43
44
45
46
47
48
49
50
51
52
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.formatOnSaveMode": "file",
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[jsonc]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[jsonl]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[css]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
"[scss]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
"editor.codeActionsOnSave": {
"quickfix.biome": "always",
"source.organizeImports.biome": "always"
},
"scss.validate": false,
"stylelint.validate": [
"css",
"less",
"postcss",
"sass",
"scss",
"source.css.styled",
"source.markdown.math",
"styled-css",
"source.css.embedded.html",
"source.html.embedded.css"
],
"cSpell.words": ["bluegray", "coolgray", "ghpages", "truegray", "warmgray"]
},
"extensions": {
"recommendations": ["biomejs.biome", "stylelint.vscode-stylelint"]
}
}