mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-04 22:09:04 +08:00
41 lines
656 B
JSON
41 lines
656 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"css.validate": false,
|
|
"files.eol": "\n",
|
|
"search.exclude": {
|
|
"**/public/dicts/": true,
|
|
"**/assets/CET4_T.json": true
|
|
},
|
|
"cSpell.words": [
|
|
"alipay",
|
|
"compat",
|
|
"Dexie",
|
|
"esae",
|
|
"fontawesome",
|
|
"fortawesome",
|
|
"headlessui",
|
|
"heroicons",
|
|
"IELTS",
|
|
"immer",
|
|
"pako",
|
|
"romaji",
|
|
"svgr",
|
|
"tabler",
|
|
"tada",
|
|
"tailwindcss",
|
|
"trivago",
|
|
"ukphone",
|
|
"ungzip",
|
|
"usphone",
|
|
"vercel",
|
|
"Wechat",
|
|
"Weixin",
|
|
"wordlist",
|
|
"Xiao",
|
|
"xiaohongshu"
|
|
]
|
|
}
|