admin-vben/cspell.json

67 lines
1.0 KiB
JSON
Raw Normal View History

2024-06-16 15:30:31 +00:00
{
2024-07-09 16:38:29 +00:00
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
2024-06-16 15:30:31 +00:00
"version": "0.2",
"language": "en,en-US",
"allowCompoundWords": true,
"words": [
"clsx",
2024-06-23 05:19:55 +00:00
"esno",
"demi",
2024-06-23 15:18:55 +00:00
"unref",
"taze",
2024-06-16 15:30:31 +00:00
"acmr",
"antd",
"lucide",
2024-06-16 15:30:31 +00:00
"brotli",
"defu",
2024-07-31 13:26:54 +00:00
"execa",
2024-06-16 15:30:31 +00:00
"iconify",
"intlify",
"mkdist",
"mockjs",
"vitejs",
2024-06-16 15:30:31 +00:00
"noopener",
"noreferrer",
"nprogress",
"pinia",
"publint",
"qrcode",
"shadcn",
"sonner",
"unplugin",
"vben",
"vbenjs",
2024-06-16 15:30:31 +00:00
"vueuse",
"yxxx",
"nuxt",
"lockb",
"astro",
2024-06-23 12:03:41 +00:00
"ui-kit",
2024-06-16 15:30:31 +00:00
"styl",
"vnode",
2024-06-16 15:30:31 +00:00
"nocheck",
"prefixs",
"vitepress",
"antdv",
2024-06-23 12:05:22 +00:00
"ependencies",
"vite",
"echarts",
"sortablejs",
"etag",
"naiveui",
"uicons",
"iconoir"
2024-06-16 15:30:31 +00:00
],
2024-07-09 16:38:29 +00:00
"ignorePaths": [
"**/node_modules/**",
"**/dist/**",
"**/*-dist/**",
"**/icons/**",
2024-07-09 16:38:29 +00:00
"pnpm-lock.yaml",
"**/*.log",
"**/*.test.ts",
"**/*.spec.ts",
"**/__tests__/**"
2024-07-09 16:38:29 +00:00
]
2024-06-16 15:30:31 +00:00
}