Files
qwerty-learner/.vscode/settings.json
Chase 89b44924bf chore(config): Update settings.json (#786)
plugin "typescript-plugin-css-modules" needs these two configurations.
2024-06-11 17:02:23 +08:00

52 lines
1.0 KiB
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"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",
"Majesticons",
"pako",
"romaji",
"svgr",
"tabler",
"tada",
"tailwindcss",
"trivago",
"ukphone",
"ungzip",
"usphone",
"vercel",
"Wechat",
"Weixin",
"wordlist",
"Xiao",
"xiaohongshu"
],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}