vben
2021-11-10 3fcfac1f37c2aeabbb2af4897ada6ba8c225c667
提交 | 用户 | age
ad3688 1 {
V 2   "typescript.tsdk": "./node_modules/typescript/lib",
4d7001 3   "volar.tsPlugin": true,
V 4   "volar.tsPluginStatus": false,
3fcfac 5   "npm.packageManager": "pnpm",
a89eee 6   "editor.tabSize": 2,
970d40 7   "editor.defaultFormatter": "esbenp.prettier-vscode",
a96cb2 8   "files.eol": "\n",
ad3688 9   "search.exclude": {
V 10     "**/node_modules": true,
11     "**/*.log": true,
12     "**/*.log*": true,
13     "**/bower_components": true,
14     "**/dist": true,
15     "**/elehukouben": true,
16     "**/.git": true,
17     "**/.gitignore": true,
18     "**/.svn": true,
19     "**/.DS_Store": true,
20     "**/.idea": true,
21     "**/.vscode": false,
22     "**/yarn.lock": true,
7bfe5f 23     "**/tmp": true,
V 24     "out": true,
25     "dist": true,
26     "node_modules": true,
27     "CHANGELOG.md": true,
28     "examples": true,
29     "res": true,
4f20d4 30     "screenshots": true,
V 31     "yarn-error.log": true,
32     "**/.yarn": true
ad3688 33   },
V 34   "files.exclude": {
4f20d4 35     "**/.cache": true,
V 36     "**/.editorconfig": true,
37     "**/.eslintcache": true,
ad3688 38     "**/bower_components": true,
V 39     "**/.idea": true,
40     "**/tmp": true,
41     "**/.git": true,
42     "**/.svn": true,
43     "**/.hg": true,
44     "**/CVS": true,
45     "**/.DS_Store": true
46   },
47   "files.watcherExclude": {
48     "**/.git/objects/**": true,
49     "**/.git/subtree-cache/**": true,
50     "**/.vscode/**": true,
51     "**/node_modules/**": true,
52     "**/tmp/**": true,
53     "**/bower_components/**": true,
54     "**/dist/**": true,
55     "**/yarn.lock": true
56   },
57   "stylelint.enable": true,
58   "stylelint.packageManager": "yarn",
59   "path-intellisense.mappings": {
60     "/@/": "${workspaceRoot}/src"
61   },
62   "[javascriptreact]": {
63     "editor.defaultFormatter": "esbenp.prettier-vscode"
64   },
65   "[typescript]": {
66     "editor.defaultFormatter": "esbenp.prettier-vscode"
67   },
68   "[typescriptreact]": {
69     "editor.defaultFormatter": "esbenp.prettier-vscode"
70   },
71   "[html]": {
72     "editor.defaultFormatter": "esbenp.prettier-vscode"
73   },
74   "[css]": {
75     "editor.defaultFormatter": "esbenp.prettier-vscode"
76   },
77   "[less]": {
78     "editor.defaultFormatter": "esbenp.prettier-vscode"
79   },
80   "[scss]": {
81     "editor.defaultFormatter": "esbenp.prettier-vscode"
82   },
83   "[markdown]": {
84     "editor.defaultFormatter": "esbenp.prettier-vscode"
85   },
86   "editor.codeActionsOnSave": {
87     "source.fixAll.eslint": true
962f90 88   },
b7ce74 89   "[vue]": {
V 90     "editor.codeActionsOnSave": {
91       "source.fixAll.eslint": false
92     }
93   },
31ff05 94   "i18n-ally.localesPaths": ["src/locales/lang"],
962f90 95   "i18n-ally.keystyle": "nested",
V 96   "i18n-ally.sortKeys": true,
97   "i18n-ally.namespace": true,
7bfe5f 98   "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
31ff05 99   "i18n-ally.enabledParsers": ["ts"],
1418dc 100   "i18n-ally.sourceLanguage": "en",
1f55c4 101   "i18n-ally.displayLanguage": "zh-CN",
4f20d4 102   "i18n-ally.enabledFrameworks": ["vue", "react"],
e8d6f8 103   "cSpell.words": [
V 104     "vben",
105     "windi",
106     "browserslist",
893f3c 107     "tailwindcss",
e8d6f8 108     "esnext",
V 109     "antv",
110     "tinymce",
111     "qrcode",
112     "sider",
893f3c 113     "pinia",
327d71 114     "sider",
680ad0 115     "nprogress",
V 116     "INTLIFY",
117     "stylelint",
118     "esno",
119     "vitejs",
120     "sortablejs",
121     "mockjs",
122     "codemirror",
123     "iconify",
124     "commitlint",
125     "vditor",
126     "echarts",
127     "cropperjs",
128     "logicflow",
129     "vueuse",
130     "zxcvbn",
131     "lintstagedrc",
5e17cc 132     "brotli",
V 133     "tailwindcss",
999965 134     "sider",
1 135     "pnpm"
e8d6f8 136   ]
31ff05 137 }