cspell.json 1.3 KB

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