From 1a8322a5d3adc896d9a9d9657be3c9eee55cf622 Mon Sep 17 00:00:00 2001 From: XiaoFans <57002549+6get-xiaofan@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:53:29 +0800 Subject: [PATCH] Normative --- .gitignore | 2 +- .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c97a6db..91361d9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,4 @@ tests/**/coverage/ *.ntvs* *.njsproj *.sln -tsconfig.tsbuildinfo +tsconfig.tsbuildinfo \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 3bb4678..a0d6152 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,7 +25,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" + "source.fixAll.eslint": "true" }, "iconify.excludes": ["el"], "cSpell.words": ["iconify", "Qrcode"]