cspell.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "clsx",
  8. "esno",
  9. "demi",
  10. "unref",
  11. "taze",
  12. "acmr",
  13. "antd",
  14. "lucide",
  15. "brotli",
  16. "defu",
  17. "execa",
  18. "iconify",
  19. "intlify",
  20. "mkdist",
  21. "mockjs",
  22. "vitejs",
  23. "noopener",
  24. "noreferrer",
  25. "nprogress",
  26. "pinia",
  27. "publint",
  28. "qrcode",
  29. "shadcn",
  30. "sonner",
  31. "unplugin",
  32. "vben",
  33. "vbenjs",
  34. "vueuse",
  35. "yxxx",
  36. "nuxt",
  37. "lockb",
  38. "astro",
  39. "ui-kit",
  40. "styl",
  41. "vnode",
  42. "nocheck",
  43. "prefixs",
  44. "vitepress",
  45. "antdv",
  46. "ependencies",
  47. "vite",
  48. "echarts",
  49. "sortablejs",
  50. "etag",
  51. "naiveui",
  52. "uicons",
  53. "iconoir"
  54. ],
  55. "ignorePaths": [
  56. "**/node_modules/**",
  57. "**/dist/**",
  58. "**/*-dist/**",
  59. "**/icons/**",
  60. "pnpm-lock.yaml",
  61. "**/*.log",
  62. "**/*.test.ts",
  63. "**/*.spec.ts",
  64. "**/__tests__/**"
  65. ]
  66. }