From b4210037e93f22bbf8947e236967e07ae72479b4 Mon Sep 17 00:00:00 2001 From: Marcelo Fukumoto Date: Thu, 28 May 2026 23:09:28 +0200 Subject: [PATCH] feat(forklift): reverted settings.json changes Signed-off-by: Marcelo Fukumoto --- .vscode/settings.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6d970ee1..65fd8024 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,14 +5,5 @@ ".eslintcache": true, ".nyc_output": true, "yarn-error.log": true - }, - "editor.formatOnSave": false, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" - }, - "eslint.validate": [ - "javascript", - "typescript", - "vue" - ] + } }