admin-vben/cspell.json

53 lines
845 B
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",
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",
"iconify",
"intlify",
"mkdist",
"mockjs",
"noopener",
"noreferrer",
"nprogress",
"pinia",
"publint",
"qrcode",
"shadcn",
"sonner",
"unplugin",
"vben",
"vueuse",
"yxxx",
"nuxt",
"lockb",
"astro",
2024-06-23 12:03:41 +00:00
"ui-kit",
2024-06-16 15:30:31 +00:00
"styl",
"nocheck",
"prefixs",
"vitepress",
2024-06-23 12:05:22 +00:00
"ependencies",
"vite",
"echarts"
2024-06-16 15:30:31 +00:00
],
2024-07-09 16:38:29 +00:00
"ignorePaths": [
"**/node_modules/**",
"**/dist/**",
"**/*-dist/**",
"**/iconify/**",
"pnpm-lock.yaml",
"**/*.log"
]
2024-06-16 15:30:31 +00:00
}