cspell.json 1.4 KB

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