From c8312284680fe6564aecbfae9990d2f439f1f8bc Mon Sep 17 00:00:00 2001 From: Michael Brusegard <56915010+michaelbrusegard@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:26:30 +0100 Subject: [PATCH] chore: update extension recommendation from prettier -> eslint since prettier is handled by the eslint plugin --- .vscode/extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index a612eaa..a294968 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,6 @@ { "recommendations": [ - "esbenp.prettier-vscode", + "dbaeumer.vscode-eslint", "bradlc.vscode-tailwindcss", "lokalise.i18n-ally", "vivaxy.vscode-conventional-commits",