-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotcms.code-workspace
44 lines (44 loc) · 1.03 KB
/
notcms.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
{
"folders": [
{
"path": "packages/notcms"
},
{
"path": "packages/notcms-kit"
},
{
"path": "www"
},
{
"path": "examples"
},
{
"name": "root",
"path": "."
}
],
"settings": {
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
],
"i18n-ally.keystyle": "nested",
"i18n-ally.namespace": true,
"i18n-ally.enabledFrameworks": ["next-intl"],
"i18n-ally.extract.keyMaxLength": 40,
"i18n-ally.extract.keyPrefix": "{fileNameWithoutExt}.",
"i18n-ally.extract.autoDetect": true,
"cSpell.words": ["notcms", "roobert", "shiki"]
}
}