admin-vben/cspell.json

69 lines
1.1 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": [
"acmr",
"antd",
"antdv",
"astro",
2024-06-16 15:30:31 +00:00
"brotli",
"clsx",
2024-06-16 15:30:31 +00:00
"defu",
"demi",
"echarts",
"ependencies",
"esno",
"etag",
2024-07-31 13:26:54 +00:00
"execa",
2024-06-16 15:30:31 +00:00
"iconify",
"iconoir",
2024-06-16 15:30:31 +00:00
"intlify",
"lockb",
"lucide",
"minh",
"minw",
2024-06-16 15:30:31 +00:00
"mkdist",
"mockjs",
"naiveui",
"nocheck",
2024-06-16 15:30:31 +00:00
"noopener",
"noreferrer",
"nprogress",
"nuxt",
2024-06-16 15:30:31 +00:00
"pinia",
"prefixs",
2024-06-16 15:30:31 +00:00
"publint",
"qrcode",
"shadcn",
"sonner",
"sortablejs",
"styl",
"taze",
"ui-kit",
"uicons",
2024-06-16 15:30:31 +00:00
"unplugin",
"unref",
2024-06-16 15:30:31 +00:00
"vben",
"vbenjs",
2024-06-23 12:05:22 +00:00
"vite",
"vitejs",
"vitepress",
"vnode",
"vueuse",
"yxxx"
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
}