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