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