settings.json 735 B

123456789101112131415
  1. {
  2. "cSpell.words": ["", "disablepictureinpicture"],
  3. "typescript.tsdk": "node_modules/typescript/lib",
  4. "editor.formatOnSave": true,
  5. "npm.packageManager": "pnpm",
  6. "eslint.probe": ["javascript", "javascriptreact", "typescript", "typescriptreact", "html", "vue", "markdown", "json", "jsonc"],
  7. "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "html", "vue", "markdown", "json", "jsonc"],
  8. "vite.devCommand": "pnpm run dev -- --",
  9. "i18n-ally.localesPaths": "packages/locale/lang",
  10. "i18n-ally.enabledParsers": ["ts"],
  11. "i18n-ally.enabledFrameworks": ["vue", "vue-sfc"],
  12. "i18n-ally.keystyle": "nested",
  13. "iconify.includes": ["ep"],
  14. "unocss.root": "./docs"
  15. }