mirror of
https://github.com/certd/certd.git
synced 2026-04-14 04:20:52 +08:00
14 lines
385 B
JSON
14 lines
385 B
JSON
{
|
|
"eslint.debug": false,
|
|
"eslint.format.enable": true,
|
|
"typescript.tsc.autoDetect": "watch",
|
|
"git.scanRepositories": [
|
|
"./packages/pro"
|
|
],
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"editor.tabSize": 2,
|
|
"explorer.autoReveal": false
|
|
} |