cspell.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "Turborepo",
  8. "acmr",
  9. "antd",
  10. "antdv",
  11. "archiver",
  12. "astro",
  13. "axios",
  14. "brotli",
  15. "cascader",
  16. "clsx",
  17. "dedup",
  18. "defu",
  19. "demi",
  20. "dotenv",
  21. "echarts",
  22. "ependencies",
  23. "esbuild",
  24. "esno",
  25. "etag",
  26. "execa",
  27. "iconify",
  28. "iconoir",
  29. "intlify",
  30. "isequal",
  31. "jspm",
  32. "lockb",
  33. "lucide",
  34. "minh",
  35. "minw",
  36. "mkdist",
  37. "mockjs",
  38. "naiveui",
  39. "napi",
  40. "nocheck",
  41. "nolebase",
  42. "noopener",
  43. "noreferrer",
  44. "nprogress",
  45. "nuxt",
  46. "organisation",
  47. "oxfmt",
  48. "oxlint",
  49. "pinia",
  50. "prefixs",
  51. "publint",
  52. "qrcode",
  53. "reka",
  54. "rollup",
  55. "shadcn",
  56. "sonner",
  57. "sortablejs",
  58. "styl",
  59. "tabler",
  60. "taze",
  61. "tdesign",
  62. "ui-kit",
  63. "uicons",
  64. "unplugin",
  65. "unref",
  66. "vben",
  67. "vbenjs",
  68. "vite",
  69. "vitejs",
  70. "vitepress",
  71. "vitest",
  72. "vnode",
  73. "vueuse",
  74. "yxxx"
  75. ],
  76. "ignorePaths": [
  77. "**/*-dist/**",
  78. "**/*.log",
  79. "**/*.spec.ts",
  80. "**/*.test.ts",
  81. "**/__tests__/**",
  82. "**/dist/**",
  83. "**/icons/**",
  84. "**/node_modules/**",
  85. "pnpm-lock.yaml"
  86. ]
  87. }