12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
- "version": "0.2",
- "language": "en,en-US",
- "allowCompoundWords": true,
- "words": [
- "clsx",
- "esno",
- "demi",
- "unref",
- "taze",
- "acmr",
- "antd",
- "lucide",
- "brotli",
- "defu",
- "execa",
- "iconify",
- "intlify",
- "mkdist",
- "mockjs",
- "noopener",
- "noreferrer",
- "nprogress",
- "pinia",
- "publint",
- "qrcode",
- "shadcn",
- "sonner",
- "unplugin",
- "vben",
- "vbenjs",
- "vueuse",
- "yxxx",
- "nuxt",
- "lockb",
- "astro",
- "ui-kit",
- "styl",
- "nocheck",
- "prefixs",
- "vitepress",
- "antdv",
- "ependencies",
- "vite",
- "echarts",
- "sortablejs",
- "etag"
- ],
- "ignorePaths": [
- "**/node_modules/**",
- "**/dist/**",
- "**/*-dist/**",
- "**/icons/**",
- "pnpm-lock.yaml",
- "**/*.log"
- ]
- }
|