You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

55 lines
1004 B

2 years ago
{
"typescript.tsdk": "./node_modules/typescript/lib",
"npm.packageManager": "pnpm",
"editor.tabSize": 2,
"prettier.enable": false,
"eslint.experimental.useFlatConfig": true,
2 years ago
"editor.formatOnSave": false,
2 years ago
"editor.codeActionsOnSave": {
1 year ago
"source.fixAll": "never",
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
2 years ago
},
"cSpell.words": [
"antd",
"antdv",
2 years ago
"antfu",
"antv",
"brotli",
2 years ago
"browserslist",
2 years ago
"Cascader",
"codemirror",
"commitlint",
"cropperjs",
"echarts",
2 years ago
"esnext",
"esno",
"iconify",
2 years ago
"Inited",
"INTLIFY",
"lintstagedrc",
"logicflow",
"nprogress",
"picocolors",
2 years ago
"pinia",
"pnpm",
"qrcode",
2 years ago
"sider",
"sortablejs",
"stylelint",
2 years ago
"svgs",
"tailwind",
"tailwindcss",
"tinymce",
"unocss",
"unref",
"vben",
2 years ago
"vditor",
"videojs",
"vitejs",
"vuedraggable",
1 year ago
"vueuse"
2 years ago
],
"terminal.integrated.scrollback": 10000
2 years ago
}