You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.0 KiB

  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. "noopener",
  23. "noreferrer",
  24. "nprogress",
  25. "pinia",
  26. "publint",
  27. "qrcode",
  28. "shadcn",
  29. "sonner",
  30. "unplugin",
  31. "vben",
  32. "vbenjs",
  33. "vueuse",
  34. "yxxx",
  35. "nuxt",
  36. "lockb",
  37. "astro",
  38. "ui-kit",
  39. "styl",
  40. "vnode",
  41. "nocheck",
  42. "prefixs",
  43. "vitepress",
  44. "antdv",
  45. "ependencies",
  46. "vite",
  47. "echarts",
  48. "sortablejs",
  49. "etag",
  50. "naiveui",
  51. "uicons",
  52. "iconoir"
  53. ],
  54. "ignorePaths": [
  55. "**/node_modules/**",
  56. "**/dist/**",
  57. "**/*-dist/**",
  58. "**/icons/**",
  59. "pnpm-lock.yaml",
  60. "**/*.log",
  61. "**/*.test.ts",
  62. "**/*.spec.ts",
  63. "**/__tests__/**"
  64. ]
  65. }