forked from apitable/apitable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
105 lines (105 loc) · 1.8 KB
/
settings.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tabSize": 2,
"debug.node.autoAttach": "on",
"cSpell.words": [
"ahooks",
"ARRAYCOMPACT",
"arrayjoin",
"ARRAYUNIQUE",
"attname",
"changesets",
"Colla",
"contexify",
"coord",
"counta",
"countall",
"DATAPACK",
"datasheet",
"datasheets",
"dataspace",
"DATEADD",
"DATETIME",
"droppable",
"errcode",
"errmsg",
"Excape",
"exceljs",
"fastify",
"Figma",
"Flexbox",
"fuzzer",
"Gantt",
"grpc",
"IAPI",
"id",
"IJOT",
"image",
"immer",
"jsonpointer",
"Kanban",
"KONVA",
"login",
"mget",
"mset",
"msgtype",
"nacos",
"nestjs",
"overscan",
"pexpire",
"photoshop",
"postbuild",
"powerpoint",
"prismjs",
"Renamable",
"resizer",
"rgba",
"rjsf",
"sadd",
"sanpshot",
"scard",
"scriptjs",
"sismember",
"smembers",
"sprintf",
"srem",
"Submenu",
"swiper",
"Thumbor",
"tinyint",
"tkey",
"typeorm",
"umijs",
"undoable",
"Unmount",
"untilde",
"urlcat",
"USERINFO",
"uuids",
"WECHAT",
"Wecom",
"weixin",
"XSRF",
"xy"
],
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"typescript.enablePromptUseWorkspaceTsdk": true,
"stylelint.stylelintPath": ".yarn/sdks/stylelint/lib/index.js"
}