mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
12 lines
326 B
JSON
12 lines
326 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"
|
|
}
|
|
} |