admin-vben5/cspell.json

75 lines
1.1 KiB
JSON
Raw Normal View History

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