eext-jiepei-helper/.vscode/settings.json
2025-06-04 22:43:00 +08:00

48 lines
676 B
JSON

{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.validate": ["javascript", "typescript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"prettier.requireConfig": true,
"files.associations": {
"*.json": "jsonc"
},
"cSpell.words": [
"easyeda",
"edaignore",
"EDMT",
"eext",
"ELIB",
"EPCB",
"EPNL",
"ESCH",
"eslintcache",
"ESYS",
"Gitee",
"IDMT",
"iife",
"ILIB",
"IPCB",
"IPNL",
"ISCH",
"ISYS",
"jlceda",
"lceda",
"nodebuffer",
"npmrc",
"OSHW",
"outdir",
"SZJLC",
"TDMT",
"TLIB",
"TPCB",
"TPNL",
"trivago",
"TSCH",
"tsdoc",
"TSYS"
]
}