From 8b419a1136cd13fe7f65f294e800ceaf7f405275 Mon Sep 17 00:00:00 2001 From: Daniel Rozenberg Date: Fri, 19 Jan 2024 11:47:29 -0500 Subject: [PATCH] Update `.vscode/settings.json` due to automated change --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b0ad8fe4af53..ba65fee1550d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,7 +15,9 @@ // Auto-fix JS files with ESLint using amphtml's custom settings. Needs // https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint - "editor.codeActionsOnSave": {"source.fixAll.eslint": true}, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit" + }, "[js]": {"editor.formatOnSave": false}, // Auto-fix non-JS files with Prettier using amphtml's custom settings. Needs