cspell.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "shadcn",
  40. "sonner",
  41. "sortablejs",
  42. "styl",
  43. "taze",
  44. "ui-kit",
  45. "uicons",
  46. "unplugin",
  47. "unref",
  48. "vben",
  49. "vbenjs",
  50. "vite",
  51. "vitejs",
  52. "vitepress",
  53. "vnode",
  54. "vueuse",
  55. "yxxx"
  56. ],
  57. "ignorePaths": [
  58. "**/node_modules/**",
  59. "**/dist/**",
  60. "**/*-dist/**",
  61. "**/icons/**",
  62. "pnpm-lock.yaml",
  63. "**/*.log",
  64. "**/*.test.ts",
  65. "**/*.spec.ts",
  66. "**/__tests__/**"
  67. ]
  68. }