pansoft-plrl/cspell.json

56 lines
887 B
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": [
"clsx",
2024-06-23 13:19:55 +08:00
"esno",
"demi",
2024-06-23 23:18:55 +08:00
"unref",
"taze",
2024-06-16 23:30:31 +08:00
"acmr",
"antd",
"lucide",
2024-06-16 23:30:31 +08:00
"brotli",
"defu",
"iconify",
"intlify",
"mkdist",
"mockjs",
"noopener",
"noreferrer",
"nprogress",
"pinia",
"publint",
"qrcode",
"shadcn",
"sonner",
"unplugin",
"vben",
"vbenjs",
2024-06-16 23:30:31 +08:00
"vueuse",
"yxxx",
"nuxt",
"lockb",
"astro",
2024-06-23 20:03:41 +08:00
"ui-kit",
2024-06-16 23:30:31 +08:00
"styl",
"nocheck",
"prefixs",
"vitepress",
2024-06-23 20:05:22 +08:00
"ependencies",
"vite",
"echarts",
"sortablejs"
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"
]
2024-06-16 23:30:31 +08:00
}