| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
- "version": "0.2",
- "language": "en,en-US",
- "allowCompoundWords": true,
- "words": [
- "acmr",
- "antd",
- "antdv",
- "archiver",
- "astro",
- "axios",
- "brotli",
- "cascader",
- "clsx",
- "dedup",
- "defu",
- "demi",
- "dotenv",
- "echarts",
- "ependencies",
- "esbuild",
- "esno",
- "etag",
- "execa",
- "iconify",
- "iconoir",
- "intlify",
- "isequal",
- "jspm",
- "lockb",
- "lucide",
- "minh",
- "minw",
- "mkdist",
- "mockjs",
- "naiveui",
- "napi",
- "nocheck",
- "nolebase",
- "noopener",
- "noreferrer",
- "nprogress",
- "nuxt",
- "organisation",
- "oxfmt",
- "oxlint",
- "pinia",
- "prefixs",
- "publint",
- "qrcode",
- "reka",
- "rollup",
- "shadcn",
- "sonner",
- "sortablejs",
- "styl",
- "tabler",
- "taze",
- "tdesign",
- "tsgolint",
- "Turborepo",
- "ui-kit",
- "uicons",
- "unplugin",
- "unref",
- "vben",
- "vbenjs",
- "vite",
- "vitejs",
- "vitepress",
- "vitest",
- "vnode",
- "vueuse",
- "yxxx"
- ],
- "ignorePaths": [
- "**/*-dist/**",
- "**/*.log",
- "**/*.spec.ts",
- "**/*.test.ts",
- "**/__tests__/**",
- "**/dist/**",
- "**/icons/**",
- "**/node_modules/**",
- "pnpm-lock.yaml"
- ]
- }
|