mirror of
https://github.com/klxf/eext-jiepei-helper.git
synced 2025-09-21 08:04:17 +08:00
48 lines
676 B
JSON
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"
|
|
]
|
|
}
|