cspell.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "tsdown",
  64. "tsgolint",
  65. "turborepo",
  66. "ui-kit",
  67. "uicons",
  68. "unplugin",
  69. "unref",
  70. "vben",
  71. "vbenjs",
  72. "vite",
  73. "vitejs",
  74. "vitepress",
  75. "vitest",
  76. "vnode",
  77. "vueuse",
  78. "yxxx"
  79. ],
  80. "ignorePaths": [
  81. "**/*-dist/**",
  82. "**/*.log",
  83. "**/*.spec.ts",
  84. "**/*.test.ts",
  85. "**/__tests__/**",
  86. "**/dist/**",
  87. "**/icons/**",
  88. "**/node_modules/**",
  89. "pnpm-lock.yaml"
  90. ]
  91. }