mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
28 lines
474 B
JSON
28 lines
474 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",
|
|
"esae",
|
|
"fontawesome",
|
|
"fortawesome",
|
|
"headlessui",
|
|
"romaji",
|
|
"svgr",
|
|
"tailwindcss",
|
|
"ukphone",
|
|
"usphone",
|
|
"vercel",
|
|
"Weixin",
|
|
"wordlist"
|
|
]
|
|
}
|