From 62f7e4d45c0aa7bdbedecd639e51e6f2446fcc2b Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 30 Jan 2023 05:02:17 +0100 Subject: Add stylelint --- .vscode/extensions.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.vscode') diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 54ebaeb..f16f1e2 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,10 +1,11 @@ { "recommendations": [ - "EditorConfig.EditorConfig", "dbaeumer.vscode-eslint", + "eamodio.gitlens", + "EditorConfig.EditorConfig", + "ExodiusStudios.comment-anchors", "formulahendry.auto-rename-tag", "GregorBiswanger.json2ts", - "eamodio.gitlens", - "ExodiusStudios.comment-anchors" + "stylelint.vscode-stylelint" ] } -- cgit