initial commit
This commit is contained in:
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"recommendations": ["editorconfig.editorconfig", "streetsidesoftware.code-spell-checker", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
|
||||
}
|
||||
47
.vscode/settings.json
vendored
Normal file
47
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user