From aa852cde6305a8707dc4089bfa5f8d0b0b18583c Mon Sep 17 00:00:00 2001 From: Aggre Date: Mon, 2 Sep 2024 08:19:00 +0900 Subject: [PATCH] auto-update --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3a616345..80fa6f85 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,7 @@ } ], "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "solidity.compileUsingRemoteVersion": "v0.8.7+commit.e28d00a7" }