cspell.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
  3. "version": "0.2",
  4. "language": "en,en-US",
  5. "allowCompoundWords": true,
  6. "words": [
  7. "acmr",
  8. "antd",
  9. "antdv",
  10. "astro",
  11. "brotli",
  12. "clsx",
  13. "defu",
  14. "demi",
  15. "echarts",
  16. "ependencies",
  17. "esno",
  18. "etag",
  19. "execa",
  20. "iconify",
  21. "iconoir",
  22. "intlify",
  23. "lockb",
  24. "lucide",
  25. "minh",
  26. "minw",
  27. "mkdist",
  28. "mockjs",
  29. "naiveui",
  30. "nocheck",
  31. "noopener",
  32. "noreferrer",
  33. "nprogress",
  34. "nuxt",
  35. "pinia",
  36. "prefixs",
  37. "publint",
  38. "qrcode",
  39. "reka",
  40. "shadcn",
  41. "sonner",
  42. "sortablejs",
  43. "styl",
  44. "taze",
  45. "tdesign",
  46. "ui-kit",
  47. "uicons",
  48. "unplugin",
  49. "unref",
  50. "vben",
  51. "vbenjs",
  52. "vite",
  53. "vitejs",
  54. "vitepress",
  55. "vnode",
  56. "vueuse",
  57. "yxxx"
  58. ],
  59. "ignorePaths": [
  60. "**/node_modules/**",
  61. "**/dist/**",
  62. "**/*-dist/**",
  63. "**/icons/**",
  64. "pnpm-lock.yaml",
  65. "**/*.log",
  66. "**/*.test.ts",
  67. "**/*.spec.ts",
  68. "**/__tests__/**"
  69. ]
  70. }