mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"files.encoding": "utf8",
|
|
"files.eol": "\n",
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"css.validate": false,
|
|
"scss.validate": false,
|
|
"less.validate": false,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"stylelint.packageManager": "pnpm",
|
|
"eslint.rules.customizations": [
|
|
{ "rule": "style/*", "severity": "off" },
|
|
{ "rule": "format/*", "severity": "off" },
|
|
{ "rule": "*-indent", "severity": "off" },
|
|
{ "rule": "*-spacing", "severity": "off" },
|
|
{ "rule": "*-spaces", "severity": "off" },
|
|
{ "rule": "*-order", "severity": "off" },
|
|
{ "rule": "*-dangle", "severity": "off" },
|
|
{ "rule": "*-newline", "severity": "off" },
|
|
{ "rule": "*quotes", "severity": "off" },
|
|
{ "rule": "*semi", "severity": "off" }
|
|
],
|
|
"editor.formatOnSave": false,
|
|
"prettier.enable": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.stylelint": "explicit",
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.fixAll.markdownlint": "explicit",
|
|
"source.organizeImports": "never"
|
|
},
|
|
"editor.formatOnPaste": false,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"html",
|
|
"markdown",
|
|
"json",
|
|
"jsonc",
|
|
"yaml"
|
|
],
|
|
"stylelint.validate": [
|
|
"css",
|
|
"scss",
|
|
"postcss",
|
|
"vue"
|
|
],
|
|
"cSpell.words": [
|
|
"bilibili",
|
|
"bumpp",
|
|
"caniuse",
|
|
"colours",
|
|
"commitlint",
|
|
"composables",
|
|
"Docsearch",
|
|
"esbuild",
|
|
"frontmatter",
|
|
"gsap",
|
|
"iarna",
|
|
"iconify",
|
|
"katex",
|
|
"leancloud",
|
|
"nprogress",
|
|
"pnpm",
|
|
"portfinder",
|
|
"shiki",
|
|
"shikiji",
|
|
"shikijs",
|
|
"taze",
|
|
"Tongji",
|
|
"tsbuildinfo",
|
|
"twoslash",
|
|
"vite",
|
|
"vuepress",
|
|
"vueuse",
|
|
"Windi",
|
|
"Windicss"
|
|
]
|
|
}
|