feat: add cspell check

This commit is contained in:
vben
2024-06-16 23:30:31 +08:00
parent 6c092e284c
commit 07d1f85ff7
11 changed files with 925 additions and 350 deletions

38
cspell.json Normal file
View File

@@ -0,0 +1,38 @@
{
"version": "0.2",
"language": "en,en-US",
"allowCompoundWords": true,
"words": [
"acmr",
"antd",
"brotli",
"defu",
"iconify",
"intlify",
"mkdist",
"mockjs",
"noopener",
"noreferrer",
"nprogress",
"pinia",
"publint",
"qrcode",
"shadcn",
"sonner",
"ui-kit",
"unplugin",
"vben",
"vueuse",
"yxxx",
"nuxt",
"lockb",
"astro",
"uikit",
"styl",
"nocheck",
"prefixs",
"vitepress",
"ependencies"
],
"ignorePaths": ["**/node_modules/**", "**/dist/**", "**/iconify/**"]
}