From fac42aa80fca9b46e368b1c601f5ae7c99d19f36 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 5 Feb 2024 17:02:26 +0000 Subject: [PATCH] build: onsave fixall fix all linting and prettier issues on save --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6371d56..cedeb58 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,8 @@ "editor.formatOnSave": true, "files.associations": { "*.css": "tailwindcss" + }, + "editor.codeActionsOnSave": { + "source.fixAll": "always" } }