diff --git a/.vscode/extensions.json b/.vscode/extensions.json index cd49e608f..17970ebe8 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -4,6 +4,7 @@ "editorconfig.editorconfig", "vitest.explorer", "ms-playwright.playwright", - "tobermory.es6-string-html" + "tobermory.es6-string-html", + "dbaeumer.vscode-eslint" ] }