From f8aad4785829be654f76cf022ce344976e847ec3 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Tue, 3 Jan 2023 23:05:20 -0500 Subject: [PATCH] accept templates inside HTML style attributes --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index eb83d0e..3c1a1bb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,6 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, - "eslint.validate": ["javascript"] + "eslint.validate": ["javascript"], + "html.validate.styles": false // accept templates inside HTML style attributes }