mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
45 lines
794 B
JSON
45 lines
794 B
JSON
{
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"files.encoding": "utf8",
|
|
"files.eol": "\n",
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue"
|
|
],
|
|
"cSpell.words": [
|
|
"bumpp",
|
|
"caniuse",
|
|
"colours",
|
|
"commitlint",
|
|
"composables",
|
|
"Docsearch",
|
|
"esbuild",
|
|
"frontmatter",
|
|
"gsap",
|
|
"iarna",
|
|
"iconify",
|
|
"leancloud",
|
|
"nprogress",
|
|
"pnpm",
|
|
"portfinder",
|
|
"shiki",
|
|
"Tongji",
|
|
"tsbuildinfo",
|
|
"vite",
|
|
"vuepress",
|
|
"vueuse",
|
|
"Windi",
|
|
"Windicss"
|
|
]
|
|
}
|