From 8633c266fb4abc65e4c829f7b1fc8f2ad1eeb2cc Mon Sep 17 00:00:00 2001 From: xuan Date: Mon, 5 Dec 2022 16:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore(settings):=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9Evscode=E7=9A=84workspace=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 23 +++++++++++++++++++++++ build/project.config.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..66b2d38 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,23 @@ +{ + "prettier.enable": false, + "editor.defaultFormatter": "dbaeumer.vscode-eslint", + // Set the default + "editor.formatOnSave": true, + // Enable per-language + "[javascript]": { + "editor.formatOnSave": true, + "editor.defaultFormatter": "dbaeumer.vscode-eslint" + }, + "[typescript]": { + "editor.formatOnSave": true, + "editor.defaultFormatter": "dbaeumer.vscode-eslint" + }, + "[typescriptreact]": { + "editor.formatOnSave": true, + "editor.defaultFormatter": "dbaeumer.vscode-eslint" + }, + "[javascriptreact]": { + "editor.formatOnSave": true, + "editor.defaultFormatter": "dbaeumer.vscode-eslint" + }, +} diff --git a/build/project.config.json b/build/project.config.json index 9e1e786..7d18e8f 100644 --- a/build/project.config.json +++ b/build/project.config.json @@ -39,7 +39,7 @@ "tabIndent": "insertSpaces", "tabSize": 2 }, - "libVersion": "2.27.3", + "libVersion": "2.28.0", "packOptions": { "ignore": [], "include": []