From 28deba79f14e00c2fa79547febcbd8509a13354d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 22 Jan 2020 15:41:22 +0100 Subject: [PATCH] Checkout an accidentally committed VSCode setting change --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 382c7ef28..8565bda8e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,4 @@ } ], "editor.formatOnSave": false, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - }, }