diff --git a/.vscode/settings.json b/.vscode/settings.json index 1e824bf..415819c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,10 +10,10 @@ "strings": true }, "editor.codeActionsOnSave": { - "source.fixAll": true, - "source.fixAll.eslint": true, - "source.fixAll.stylelint": true - }, + "source.fixAll": "explicit", + "source.fixAll.eslint": "explicit", + "source.fixAll.stylelint": "explicit" + }, "files.eol": "\n", "search.exclude": { "**/node_modules": true,